Class ComputeShaderSingleton
Inheritance
ComputeShaderSingleton
Syntax
public sealed class ComputeShaderSingleton
Fields
kernels
Declaration
public readonly ComputeShader[] kernels
Field Value
referenceKernels
Declaration
public readonly ComputeShader referenceKernels
Field Value
Properties
Instance
Declaration
public static ComputeShaderSingleton Instance { get; }
Property Value
supported
Declaration
public bool supported { get; }
Property Value
Methods
LoadIf(Boolean, String)
Declaration
public static ComputeShader LoadIf(bool condition, string fileName)
Parameters
Returns
LoadIf(Boolean, String, List<ComputeShader>)
Declaration
public static void LoadIf(bool condition, string fileName, List<ComputeShader> list)
Parameters