You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Diligent Core is a modern cross-platfrom low-level graphics API that makes the foundation of the [Diligent Engine](https://github.com/DiligentGraphics/DiligentEngine).
4
-
The module implements Direct3D11, Direct3D12, OpenGL, OpenGLES, and Vulkan rendering backends (Metal implementation is available for commercial clients),
5
-
as well as basic platform-specific utilities. It is self-contained and can be built by its own.
6
-
Please refer to the [main repository](https://github.com/DiligentGraphics/DiligentEngine) for information about the supported platforms and features,
7
-
build instructions, etc.
3
+
Diligent Core is a modern, cross-platform low-level graphics API that forms the foundation of [Diligent Engine](https://github.com/DiligentGraphics/DiligentEngine).
4
+
It provides implementations for Direct3D11, Direct3D12, OpenGL, OpenGLES, Vulkan, and WebGPU rendering backends.
5
+
A Metal backend is also available for commercial clients. In addition, the module includes essential platform-specific utilities.
6
+
Diligent Core is fully self-contained and can be built independently of the rest of the engine.
7
+
For details on supported platforms, features, and build instructions, please refer to the
0 commit comments