This commit is contained in:
2025-03-04 17:42:10 +01:00
parent 211700b955
commit 8fd62b365b
16 changed files with 173 additions and 46 deletions

View File

@@ -20,23 +20,6 @@ typedef struct SoftCommand
SoftCommandType type;
union
{
struct
{
PulseComputePipeline pipeline;
} BindComputePipeline;
struct
{
} BindStorageBuffers;
struct
{
} BindStorageImages;
struct
{
} BindUniformBuffers;
struct
{
const PulseImageRegion* src;
@@ -63,6 +46,7 @@ typedef struct SoftCommand
struct
{
PulseComputePipeline pipeline;
uint32_t groupcount_x;
uint32_t groupcount_y;
uint32_t groupcount_z;
@@ -70,6 +54,7 @@ typedef struct SoftCommand
struct
{
PulseComputePipeline pipeline;
PulseBuffer buffer;
uint32_t offset;
} DispatchIndirect;