Home > Software engineering >  GL_TEXTURE_CUBE_MAP: undefined identifiers
GL_TEXTURE_CUBE_MAP: undefined identifiers

Time:05-26

Want to use opengl implementation sky boxes, but found GL_TEXTURE_CUBE_MAP error, I guess because I gl h there is no definition of it, from the Internet under several versions of the gl. H found no GL_TEXTURE_CUBE_MAP, could you tell me what to do

CodePudding user response:

GL_TEXTURE_CUBE_MAP_POSITIVE_X (y, z)
  • Related