Documentation

Bind Texture - Open Dev Kit Documentation

Open Dev Kit Documentation :: OpenGL :: Bind Texture

OpenGL.BindTexture(
  Target Target,
  Texture Integer
) 
Bind a named texture to a texturing target

Parameters

Target Target
Specifies the target of the active texture unit to which the texture is bound
Texture Integer
Specifies the name of a texture

Return Value

Nothing

If you think anything is missing, please feel free to: submit documentation feedback on this page