This commit is contained in:
luboslenco
2025-03-10 20:38:53 +01:00
parent 46db380c61
commit 9bb68734e9
128 changed files with 3181 additions and 3181 deletions
+4 -4
View File
@@ -37,9 +37,9 @@ typedef struct {
int computeOffset;
} ConstantLocation5Impl;
typedef struct iron_g5_sampler_impl {
typedef struct iron_gpu_sampler_impl {
int a;
} iron_g5_sampler_impl_t;
} iron_gpu_sampler_impl_t;
struct WGPUShaderModuleImpl;
@@ -53,6 +53,6 @@ typedef struct {
int indexCount;
} CommandList5Impl;
typedef struct iron_g5_compute_shader_impl {
typedef struct iron_gpu_compute_shader_impl {
int nothing;
} iron_g5_compute_shader_impl;
} iron_gpu_compute_shader_impl;