mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 15:33:34 +00:00
software
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user