Class Shader
- Namespace
- Pie
- Assembly
- Pie.dll
A shader is a small program that is executed on the GPU. They are often used to transform vertices and draw pixels (fragments) to the screen.
public abstract class Shader : IDisposable
- Inheritance
-
Shader
- Implements
- Inherited Members
Properties
IsDisposed
public abstract bool IsDisposed { get; protected set; }
Property Value
- bool
- A shader is a small program that is executed on the GPU. They are often used to transform vertices and draw pixels (fragments) to the screen.
Methods
Dispose()
Dispose of this Shader.
public abstract void Dispose()