webgpu triangle
This commit is contained in:
parent
64116cd980
commit
5553ded476
22 changed files with 2107 additions and 42 deletions
|
|
@ -58,6 +58,10 @@ export import :UIComponents;
|
|||
export import :InputField;
|
||||
export import :Decompress;
|
||||
|
||||
// Portable RT type aliases (provided on both targets — uses Vulkan
|
||||
// structs natively, plain PODs of the same layout on DOM).
|
||||
export import :RT;
|
||||
|
||||
// DOM-only partitions — empty under native.
|
||||
export import :Dom;
|
||||
export import :DomEvents;
|
||||
|
|
@ -66,3 +70,5 @@ export import :WebGPU;
|
|||
export import :WebGPUBuffer;
|
||||
export import :DescriptorHeapWebGPU;
|
||||
export import :WebGPUComputeShader;
|
||||
export import :ShaderBindingTableWebGPU;
|
||||
export import :PipelineRTWebGPU;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue