|
3 | 3 | [](https://twitter.com/intent/tweet?text=An%20easy-to-use%20cross-platform%20graphics%20library%20that%20takes%20full%20advantage%20of%20%23Direct3D12%20and%20%23VulkanAPI&url=https://github.com/DiligentGraphics/DiligentEngine) |
4 | 4 |
|
5 | 5 | [Diligent Engine](http://diligentgraphics.com/diligent-engine/) is a lightweight cross-platform graphics |
6 | | -API abstraction library and rendering framework. It is designed to take full advantage of Direct3D12, Vulkan |
7 | | -and Metal, while supporting older platforms via Direct3D11, OpenGL and OpenGLES. Diligent Engine exposes common |
8 | | -front-end API and uses HLSL as universal shading language on all platforms and rendering back-ends. |
| 6 | +API abstraction library and rendering framework. It is designed to take full advantage of Direct3D12, Vulkan, |
| 7 | +Metal and WebGPU, while supporting older platforms via Direct3D11, OpenGL, OpenGLES and WebGL. Diligent Engine |
| 8 | +exposes common front-end API and uses HLSL as universal shading language on all platforms and rendering back-ends. |
9 | 9 | Platform-specific shader representations (GLSL, MSL, DX bytecode or SPIRV) can be used with corresponding back-ends. |
10 | 10 | The engine is intended to be used as graphics subsystem in a game engine or any other 3D application. |
11 | 11 | It is distributed under [Apache 2.0 license](License.txt) and is free to use. |
@@ -733,10 +733,10 @@ Available CMake options are summarized in the table below: |
733 | 733 | | `DILIGENT_DEAR_IMGUI_PATH` | | Optional path to a user-provided dear imgui project | |
734 | 734 | | `DILIGENT_ARGS_DIR` | | Optional path to a user-provided args project | |
735 | 735 | | `DILIGENT_NUKLEAR_DIR` | | Optional path to a user-provided nuklear project | |
736 | | -| `DILIGENT_MSVC_COMPILE_OPTIONS` | /WX | Additional MSVC compile options for all configurations | |
| 736 | +| `DILIGENT_MSVC_COMPILE_OPTIONS` | | Additional MSVC compile options for all configurations | |
737 | 737 | | `DILIGENT_MSVC_DEBUG_COMPILE_OPTIONS` | | Additional MSVC compile options for debug configuration | |
738 | 738 | | `DILIGENT_MSVC_RELEASE_COMPILE_OPTIONS` |/GL /arch:AVX2| Additional MSVC compile options for release configurations | |
739 | | -| `DILIGENT_CLANG_COMPILE_OPTIONS` | -Werror | Additional Clang compile options for all configurations | |
| 739 | +| `DILIGENT_CLANG_COMPILE_OPTIONS` | | Additional Clang compile options for all configurations | |
740 | 740 | | `DILIGENT_CLANG_DEBUG_COMPILE_OPTIONS` | | Additional Clang compile options for debug configuration | |
741 | 741 | | `DILIGENT_CLANG_RELEASE_COMPILE_OPTIONS`| -mavx2 | Additional Clang compile options for release configurations | |
742 | 742 | | `DILIGENT_USD_PATH` | | Path to USD installation folder | |
|
0 commit comments