Add Direct3D 12 RenderingDevice implementation
This commit is contained in:
parent
208c1020f5
commit
2f47c57385
42 changed files with 75707 additions and 14 deletions
|
|
@ -662,6 +662,7 @@ void OS::_bind_methods() {
|
|||
|
||||
BIND_ENUM_CONSTANT(RENDERING_DRIVER_VULKAN);
|
||||
BIND_ENUM_CONSTANT(RENDERING_DRIVER_OPENGL3);
|
||||
BIND_ENUM_CONSTANT(RENDERING_DRIVER_D3D12);
|
||||
|
||||
BIND_ENUM_CONSTANT(SYSTEM_DIR_DESKTOP);
|
||||
BIND_ENUM_CONSTANT(SYSTEM_DIR_DCIM);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue