custom shader webgpu
This commit is contained in:
parent
dedf6b0467
commit
64116cd980
12 changed files with 445 additions and 36 deletions
|
|
@ -175,7 +175,7 @@ extern "C" Configuration CrafterBuildProject(std::span<const std::string_view> a
|
|||
// DOM impl set. UI-Shared.cpp is backend-agnostic; UI-WebGPU.cpp
|
||||
// is the DOM-only implementation of UIRenderer's GPU-touching
|
||||
// methods. Font / FontAtlas / UIComponents are now portable.
|
||||
std::array<fs::path, 11> domImpls = {
|
||||
std::array<fs::path, 12> domImpls = {
|
||||
"implementations/Crafter.Graphics-Clipboard",
|
||||
"implementations/Crafter.Graphics-Dom",
|
||||
"implementations/Crafter.Graphics-Font",
|
||||
|
|
@ -186,6 +186,7 @@ extern "C" Configuration CrafterBuildProject(std::span<const std::string_view> a
|
|||
"implementations/Crafter.Graphics-UI-Shared",
|
||||
"implementations/Crafter.Graphics-UI-WebGPU",
|
||||
"implementations/Crafter.Graphics-UIComponents",
|
||||
"implementations/Crafter.Graphics-WebGPUComputeShader",
|
||||
"implementations/Crafter.Graphics-Window",
|
||||
};
|
||||
cfg.GetInterfacesAndImplementations(ifaces, domImpls);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue