Remove compute for now

This commit is contained in:
luboslenco
2025-03-12 22:27:08 +01:00
parent 07aba146dc
commit 4d3548e474
10 changed files with 8 additions and 971 deletions
-9
View File
@@ -27,14 +27,9 @@ typedef struct {
WGPURenderPipeline pipeline;
} PipelineState5Impl;
typedef struct {
WGPUComputePipeline pipeline;
} ComputePipelineState5Impl;
typedef struct {
int vertexOffset;
int fragmentOffset;
int computeOffset;
} ConstantLocation5Impl;
typedef struct iron_gpu_sampler_impl {
@@ -52,7 +47,3 @@ typedef struct {
WGPURenderPassEncoder pass;
int indexCount;
} CommandList5Impl;
typedef struct iron_gpu_compute_shader_impl {
int nothing;
} iron_gpu_compute_shader_impl;