enum TwGraphAPI |
---|
These constants are used by TwInit to specify which graphic API is used.
Tell AntTweakBar to use OpenGL (compatibility profile).
Tell AntTweakBar to use OpenGL core profile (OpenGL 3.2 and higher).
Tell AntTweakBar to use Direct3D 9. In this case, the D3D9 device pointer must also be supplied to TwInit.
Tell AntTweakBar to use Direct3D 10. In this case, the D3D10 device pointer must also be supplied to TwInit.
Tell AntTweakBar to use Direct3D 11. In this case, the D3D11 device pointer must also be supplied to TwInit.