TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ Bind()

void TextureCubemap::Bind ( int  slot)

Definition at line 146 of file TextureCubemap.cpp.

147{
148 glActiveTexture(GL_TEXTURE0 + slot);
149 glBindTexture(GL_TEXTURE_CUBE_MAP, rendereID);
150}