(Texture2D Texture, bool IsDisposable)

This commit is contained in:
ousttrue
2023-01-26 15:24:25 +09:00
parent 6d42ba01e3
commit 04f409aa1f

View File

@@ -12,7 +12,7 @@ namespace VRMShaders
public float OptionFactor { get; }
public bool NeedsAlpha { get; set; }
public Func<(Texture2D, bool)> Creator { get; set; }
public Func<(Texture2D Texture, bool IsDisposable)> Creator { get; set; }
public TextureExportParam(TextureExportTypes exportType, ColorSpace exportColorSpace, Texture primaryTexture, Texture secondaryTexture, float optionFactor, bool needsAlpha, Func<(Texture2D, bool)> creator)
{