Remove compute for now
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user