Skip to main content

VertexShader

class VertexShader

This class is an vertex shader, this is used to load shaders in a vertex


public class VertexShader

— Constructors (1) —

ConstructorDescription
VertexShader(String code)This create a new vertex shader from the GLSL code passed on the constructor.

— Methods (1) —

NameDescription
VertexShader loadInputStream([InputStream] inputStream)This load a shader from an InputStream.