Class Shader
The shader asset. Contains a program that runs on the GPU and is able to perform rendering calculation using textures, vertices and other resources.
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public class Shader : BinaryAsset
Constructors
Shader()
Properties
GPU
The GPU shader object (not null).
Declaration
[Unmanaged]
public GPUShader GPU { get; }
Property Value
GPUShader
|