Q3TextureShader_New
You can use theQ3TextureShader_Newfunction to create a new texture shader.
TQ3ShaderObject Q3TextureShader_New (TQ3TextureObject texture);
texture- A texture object.
DESCRIPTION
TheQ3TextureShader_Newfunction returns, as its function result, a new texture shader that uses the texture specified by thetextureparameter. IfQ3TextureShader_Newcannot create a new texture shader, it returns the valueNULL.