mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-13 22:39:39 -05:00
(Texture2D Texture, bool IsDisposable)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user