You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
256B

  1. GL_ARB_texture_swizzle
  2. http://www.opengl.org/registry/specs/ARB/texture_swizzle.txt
  3. GL_ARB_texture_swizzle
  4. GL_TEXTURE_SWIZZLE_R 0x8E42
  5. GL_TEXTURE_SWIZZLE_G 0x8E43
  6. GL_TEXTURE_SWIZZLE_B 0x8E44
  7. GL_TEXTURE_SWIZZLE_A 0x8E45
  8. GL_TEXTURE_SWIZZLE_RGBA 0x8E46