VertexShader
class VertexShader
This class is an vertex shader, this is used to load shaders in a vertex
public class VertexShader
— Constructors (1) —
Constructor | Description |
---|---|
VertexShader(String code) | This create a new vertex shader from the GLSL code passed on the constructor. |
— Methods (1) —
Name | Description |
---|---|
VertexShader loadInputStream([InputStream] inputStream) | This load a shader from an InputStream. |