Skip to content

Commit cc229bc

Browse files
Updated Core (disabled warning-as-error default compile settings for MSVC and Clang)
1 parent 19914f8 commit cc229bc

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

DiligentCore

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](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)
44

55
[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.
99
Platform-specific shader representations (GLSL, MSL, DX bytecode or SPIRV) can be used with corresponding back-ends.
1010
The engine is intended to be used as graphics subsystem in a game engine or any other 3D application.
1111
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:
733733
| `DILIGENT_DEAR_IMGUI_PATH` | | Optional path to a user-provided dear imgui project |
734734
| `DILIGENT_ARGS_DIR` | | Optional path to a user-provided args project |
735735
| `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 |
737737
| `DILIGENT_MSVC_DEBUG_COMPILE_OPTIONS` | | Additional MSVC compile options for debug configuration |
738738
| `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 |
740740
| `DILIGENT_CLANG_DEBUG_COMPILE_OPTIONS` | | Additional Clang compile options for debug configuration |
741741
| `DILIGENT_CLANG_RELEASE_COMPILE_OPTIONS`| -mavx2 | Additional Clang compile options for release configurations |
742742
| `DILIGENT_USD_PATH` | | Path to USD installation folder |

0 commit comments

Comments
 (0)