Enum ShaderUniformType
Descriptor for Custom User Shader stage uniform type
Namespace: Yak2D
Assembly: Yak2D.Api.dll
Syntax
public enum ShaderUniformType : int
Fields
| Name | Description |
|---|---|
| Data | Uniform is a struct or array of structs |
| Texture | Uniform is a texture to be sampled in the shader |