mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-13 22:09:53 -05:00
Func<(Texture2D, bool IsDisposable)>
This commit is contained in:
parent
04f409aa1f
commit
7572ce5ded
|
|
@ -12,9 +12,11 @@ namespace VRMShaders
|
|||
public float OptionFactor { get; }
|
||||
|
||||
public bool NeedsAlpha { get; set; }
|
||||
public Func<(Texture2D Texture, bool IsDisposable)> Creator { get; set; }
|
||||
public Func<(Texture2D, bool IsDisposable)> Creator { get; set; }
|
||||
|
||||
public TextureExportParam(TextureExportTypes exportType, ColorSpace exportColorSpace, Texture primaryTexture, Texture secondaryTexture, float optionFactor, bool needsAlpha, Func<(Texture2D, bool)> creator)
|
||||
public TextureExportParam(TextureExportTypes exportType, ColorSpace exportColorSpace,
|
||||
Texture primaryTexture, Texture secondaryTexture, float optionFactor, bool needsAlpha,
|
||||
Func<(Texture2D, bool IsDisposable)> creator)
|
||||
{
|
||||
ExportType = exportType;
|
||||
ExportColorSpace = exportColorSpace;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user