Line 1:
Line 1:
This page describes the [[GPU/Internal_Registers|GPU commands]] used for OpenGL arrays.
This page describes the [[GPU/Internal_Registers|GPU commands]] used for OpenGL arrays.
β
== Command Sets ==
+
Merged into [[GPU/Programming_Guide]].
β
β
=== glDrawElements() ===
β
{| class="wikitable" border="1"
β
! Command Index
β
! Register
β
! Description
β
|-
β
| 0
β
| [[GPU/Internal_Registers#GPUREG_GEOSTAGE_CONFIG|GPUREG_GEOSTAGE_CONFIG]]
β
| Set whether drawing triangle elements
β
|-
β
| 1-2
β
| [[GPU/Internal_Registers#GPUREG_GEOSTAGE_CONFIG2|GPUREG_GEOSTAGE_CONFIG2]]
β
| Set whether drawing triangle elements
β
|-
β
| 3
β
| [[GPU/Internal_Registers#GPUREG_PRIMITIVE_CONFIG|GPUREG_PRIMITIVE_CONFIG]]
β
| Set primitive mode
β
|-
β
| 4
β
| [[GPU/Internal_Registers#GPUREG_PRIMITIVE_CONFIG|GPUREG_PRIMITIVE_CONFIG]]
β
| Set number of output map registers
β
|-
β
| 5
β
| [[GPU/Internal_Registers#GPUREG_RESTART_PRIMITIVE|GPUREG_RESTART_PRIMITIVE]]
β
| Trigger reset
β
|-
β
| 6
β
| [[GPU/Internal_Registers#GPUREG_GEOSTAGE_CONFIG2|GPUREG_GEOSTAGE_CONFIG2]]
β
| Set function indicator to 0
β
|-
β
| 7
β
| [[GPU/Internal_Registers#GPUREG_INDEXBUFFER_CONFIG|GPUREG_INDEXBUFFER_CONFIG]]
β
| Set offset and type
β
|-
β
| 8
β
| [[GPU/Internal_Registers#GPUREG_NUMVERTICES|GPUREG_NUMVERTICES]]
β
| Set vertex count
β
|-
β
| 9
β
| [[GPU/Internal_Registers#GPUREG_START_DRAW_FUNC0|GPUREG_START_DRAW_FUNC0]]
β
| Set mode to drawing
β
|-
β
| 10
β
| [[GPU/Internal_Registers#GPUREG_DRAWELEMENTS|GPUREG_DRAWELEMENTS]]
β
| Trigger draw
β
|-
β
| 11
β
| [[GPU/Internal_Registers#GPUREG_START_DRAW_FUNC0|GPUREG_START_DRAW_FUNC0]]
β
| Set mode to configuration
β
|-
β
| 12
β
| [[GPU/Internal_Registers#GPUREG_VTX_FUNC|GPUREG_VTX_FUNC]]
β
| Trigger post-vertex cache clear
β
|-
β
| 13
β
| [[GPU/Internal_Registers#GPUREG_FRAMEBUFFER_FLUSH|GPUREG_FRAMEBUFFER_FLUSH]]
β
| Flush framebuffer
β
|-
β
| 14
β
| [[GPU/Internal_Registers#GPUREG_GEOSTAGE_CONFIG|GPUREG_GEOSTAGE_CONFIG]]
β
| Clear drawing triangle elements
β
|-
β
| 15
β
| [[GPU/Internal_Registers#GPUREG_GEOSTAGE_CONFIG2|GPUREG_GEOSTAGE_CONFIG2]]
β
| Clear drawing triangle elements
β
|-
β
| 16
β
| [[GPU/Internal_Registers#GPUREG_PRIMITIVE_CONFIG|GPUREG_PRIMITIVE_CONFIG]]
β
| Clear primitive mode
β
|-
β
| 17
β
| [[GPU/Internal_Registers#GPUREG_VSH_ENTRYPOINT|GPUREG_VSH_ENTRYPOINT]]
β
| Clear entry point
β
|}
β
β
[[Category:GPU]]