glBindTexture - part-cw/lambdanative GitHub Wiki
(glBindTexture target texture)
glBindTexture binds a named texture to a texturing target.
Parameter | Description |
---|---|
target | Target to which the texture is bound |
texture | Name of a texture |
Example
None provided.