webgpu support
This commit is contained in:
parent
5352ef69a2
commit
dedf6b0467
22 changed files with 1656 additions and 324 deletions
|
|
@ -34,6 +34,7 @@ export import :Input;
|
|||
export import :Device;
|
||||
export import :Animation;
|
||||
export import :ForwardDeclarations;
|
||||
export import :GraphicsTypes;
|
||||
export import :Clipboard;
|
||||
|
||||
// Vulkan-backed partitions — empty under DOM.
|
||||
|
|
@ -61,3 +62,7 @@ export import :Decompress;
|
|||
export import :Dom;
|
||||
export import :DomEvents;
|
||||
export import :Router;
|
||||
export import :WebGPU;
|
||||
export import :WebGPUBuffer;
|
||||
export import :DescriptorHeapWebGPU;
|
||||
export import :WebGPUComputeShader;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue