Template:Glapi baseformattable: Difference between revisions
Jump to navigation
Jump to search
m moved Template:Glapitemp baseformattable to Template:Glapi baseformattable: Name no longer temporary. |
m formatting. |
||
Line 1: | Line 1: | ||
{| | {| class="wikitable" | ||
|+'''Base Internal Formats''' | |+'''Base Internal Formats''' | ||
! '''Base Internal Format''' | ! '''Base Internal Format''' |
Revision as of 13:51, 6 September 2012
Base Internal Format | RGBA, Depth and Stencil Values | Internal Components |
---|---|---|
GL_DEPTH_COMPONENT | Depth | D |
GL_DEPTH_STENCIL | Depth, Stencil | D, S |
GL_RED | Red | R |
GL_RG | Red, Green | R, G |
GL_RGB | Red, Green, Blue | R, G, B |
GL_RGBA | Red, Green, Blue, Alpha | R, G, B, A |