mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 15:33:34 +00:00
adding command list to metal backend
This commit is contained in:
@@ -11,6 +11,11 @@
|
||||
|
||||
#include "Template.h"
|
||||
|
||||
typedef struct MetalComputePass
|
||||
{
|
||||
int dummy;
|
||||
} MetalComputePass;
|
||||
|
||||
PulseComputePass TemplateNameCreateComputePass(PulseDevice device, PulseCommandList cmd);
|
||||
void TemplateNameDestroyComputePass(PulseDevice device, PulseComputePass pass);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user