Template:Glapi baseformattable: Difference between revisions
Jump to navigation
Jump to search
Table fix. |
Added stencil index, per GL 4.4 rules. |
||
Line 12: | Line 12: | ||
| Depth, Stencil | | Depth, Stencil | ||
| D, S | | D, S | ||
|- | |||
| {{enum|GL_STENCIL_INDEX}} | |||
| Stencil | |||
| S | |||
|- | |- | ||
| {{enum|GL_RED}} | | {{enum|GL_RED}} |
Latest revision as of 01:05, 25 July 2013
Base Internal Format | RGBA, Depth and Stencil Values | Internal Components |
---|---|---|
GL_DEPTH_COMPONENT | Depth | D |
GL_DEPTH_STENCIL | Depth, Stencil | D, S |
GL_STENCIL_INDEX | Stencil | 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 |