Add Direct3D 12 RenderingDevice implementation
This commit is contained in:
parent
208c1020f5
commit
2f47c57385
42 changed files with 75707 additions and 14 deletions
|
|
@ -699,6 +699,9 @@
|
|||
<constant name="RENDERING_DRIVER_OPENGL3" value="1" enum="RenderingDriver">
|
||||
The OpenGL 3 rendering driver. It uses OpenGL 3.3 Core Profile on desktop platforms, OpenGL ES 3.0 on mobile devices, and WebGL 2.0 on Web.
|
||||
</constant>
|
||||
<constant name="RENDERING_DRIVER_D3D12" value="2" enum="RenderingDriver">
|
||||
The Direct3D 12 rendering driver.
|
||||
</constant>
|
||||
<constant name="SYSTEM_DIR_DESKTOP" value="0" enum="SystemDir">
|
||||
Desktop directory path.
|
||||
</constant>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue