File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -711,6 +711,7 @@ Available CMake options are summarized in the table below:
711711| ` DILIGENT_NO_OPENGL ` | No | Do not build OpenGL backend |
712712| ` DILIGENT_NO_VULKAN ` | No | Do not build Vulkan backend |
713713| ` DILIGENT_NO_METAL ` | No | Do not build Metal backend |
714+ | ` DILIGENT_NO_WEBGPU ` | No | Do not build WebGPU backend |
714715| ` DILIGENT_NO_ARCHIVER ` | No | Do not build Archiver |
715716| ` DILIGENT_NO_RENDER_STATE_PACKAGER ` | No | Do not build Render State Packager tool |
716717| ` DILIGENT_ENABLE_DRACO ` | No | Enable Draco compression support in GLTF loader |
@@ -743,7 +744,8 @@ Available CMake options are summarized in the table below:
743744
744745By default, all back-ends available on the current platform are built. To disable specific back-ends,
745746use the following options: ` DILIGENT_NO_DIRECT3D11 ` , ` DILIGENT_NO_DIRECT3D12 ` , ` DILIGENT_NO_OPENGL ` ,
746- ` DILIGENT_NO_VULKAN ` , ` DILIGENT_NO_METAL ` .
747+ ` DILIGENT_NO_VULKAN ` , ` DILIGENT_NO_METAL ` , ` DILIGENT_NO_WEBGPU ` . WebGPU backend is enabled by default when building
748+ for the Web. To enable it on other platforms, use ` DILIGENT_NO_WEBGPU=OFF ` .
747749The options can be set through cmake UI or from the command line as in the example below:
748750
749751```
You can’t perform that action at this time.
0 commit comments