Handbook
Glossary
set-shader-value-texture ( shader locIndex texture -- )
Vocabulary
raylib
Inputs
shader
a
Shader
locIndex
an
int
texture
a
Texture2D
Outputs
None
Word description
Set shader uniform value for texture (sampler2d)
Warning
Shader functionality is not available on OpenGL 1.1
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
set-shader-value-texture
void SetShaderValueTexture
(
Shader
shader,
int
locIndex,
Texture2D
texture )