set-shader-value-texture ( shader locIndex texture -- )


Vocabulary
raylib

Inputs
shadera Shader
locIndexan int
texturea Texture2D


Outputs
None

Word description
Set shader uniform value for texture (sampler2d)

Warning
Shader functionality is not available on OpenGL 1.1


Definition


LIBRARY: raylib FUNCTION-ALIAS: set-shader-value-texture
void SetShaderValueTexture
( Shader shader, int locIndex, Texture2D texture )