Platform/GFX/Hardware limitations

From MozillaWiki
< Platform‎ | GFX
Jump to: navigation, search

Intel clamp modes:

  1. define BRW_TEXCOORDMODE_WRAP 0
  2. define BRW_TEXCOORDMODE_MIRROR 1
  3. define BRW_TEXCOORDMODE_CLAMP 2
  4. define BRW_TEXCOORDMODE_CUBE 3
  5. define BRW_TEXCOORDMODE_CLAMP_BORDER 4
  6. define BRW_TEXCOORDMODE_MIRROR_ONCE 5

GL_CLAMP is not natively supported.