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
-14
View File
@@ -3,21 +3,12 @@
#include <iron_gpu.h>
#include <iron_math.h>
#pragma once
struct iron_gpu_index_buffer;
typedef struct {
struct iron_gpu_index_buffer *current_index_buffer;
} CommandList5Impl;
typedef struct iron_gpu_compute_shader_impl {
char name[1024];
void *_function;
void *_pipeline;
void *_reflection;
} iron_gpu_compute_shader_impl;
struct iron_gpu_shader;
typedef struct {
@@ -30,14 +21,9 @@ typedef struct {
void *_depthStencilNone;
} PipelineState5Impl;
typedef struct {
int a;
} ComputePipelineState5Impl;
typedef struct {
int vertexOffset;
int fragmentOffset;
int computeOffset;
} ConstantLocation5Impl;
typedef struct iron_gpu_sampler_impl {