IShader Interface
Represents a GPU shader program.
public interface IShader : System.IDisposable
Derived
↳ SDL3Shader
Implements System.IDisposable
| Properties | |
|---|---|
| Name | Gets the name of the shader. |
| Methods | |
|---|---|
| SetUniform(string, float) | Sets a uniform value in the shader. |
| SetUniform(string, float, float) | Sets a uniform vector value in the shader. |
| SetUniform(string, Color) | Sets a uniform color value in the shader. |