Class Shader.ShaderSource
Inheritance
java.lang.Object
Shader.ShaderSource
Syntax
public class ShaderSource
Constructors
ShaderSource(String name, String source, ShaderType type)
Declaration
public ShaderSource(String name, String source, ShaderType type)
Parameters
ShaderSource(String name, String source, String tag, ShaderType type)
Declaration
public ShaderSource(String name, String source, String tag, ShaderType type)
Parameters
Methods
getName()
Declaration
Returns
getSource()
Declaration
public String getSource()
Returns
getTag()
Declaration
Returns