Class ShaderStorage
Contains shader data that is used during creating shaders/materials
Inheritance
ShaderStorage
Inherited Members
ShaderStorage
ShaderStorage
Assembly: FlaxEngine.dll
File: Engine/Graphics/Shaders/Cache/ShaderStorage.h
Syntax
public class ShaderStorage
Fields
CurrentCachingMode
Current shaders caching mode to use
Declaration
public static CachingMode CurrentCachingMode
Field Value
CachingMode
|
MagicCode
Packed version of the Magic Code for shader files
Declaration
public static int32 MagicCode
Field Value
int32
|
Methods
GetCachingMode()
Gets caching mode to use for shaders
Declaration
public static CachingMode GetCachingMode()
Returns
CachingMode
Caching mode |