set_vertex_source
Description:
Sets the GLSL source code to be used by a Shader for the vertex program.
Note:
Use ShaderEffect instead.
Parameters:
this |
a Shader |
data |
GLSL source code. |
length |
length of source buffer (currently ignored) |