SolidFillProgram

Undocumented in source.

Members

Functions

afterExecute
void afterExecute()
Undocumented in source. Be warned that the author may not have intended to support it.
beforeExecute
void beforeExecute()
Undocumented in source. Be warned that the author may not have intended to support it.
execute
bool execute(float[] vertices, float[] colors)
Undocumented in source. Be warned that the author may not have intended to support it.
initLocations
bool initLocations()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

fragmentSource
string fragmentSource [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
vertexSource
string vertexSource [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

colAttrBuffer
GLuint colAttrBuffer;
Undocumented in source.
colAttrLocation
GLint colAttrLocation;
Undocumented in source.
matrixLocation
GLint matrixLocation;
Undocumented in source.
vertexBuffer
GLuint vertexBuffer;
Undocumented in source.
vertexLocation
GLint vertexLocation;
Undocumented in source.

Inherited Members

From GLProgram

vertexSource
string vertexSource [@property getter]
Undocumented in source.
fragmentSource
string fragmentSource [@property getter]
Undocumented in source.
vertexShader
GLuint vertexShader;
Undocumented in source.
fragmentShader
GLuint fragmentShader;
Undocumented in source.
program
GLuint program;
Undocumented in source.
initialized
bool initialized;
Undocumented in source.
error
bool error;
Undocumented in source.
glslversion
string glslversion;
Undocumented in source.
compile
bool compile()
Undocumented in source. Be warned that the author may not have intended to support it.
initLocations
bool initLocations()
Undocumented in source. Be warned that the author may not have intended to support it.
bind
bool bind()
Undocumented in source. Be warned that the author may not have intended to support it.
release
void release()
Undocumented in source. Be warned that the author may not have intended to support it.
~this
~this()
Undocumented in source.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta