mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 07:23:35 +00:00
adding command list to metal backend
This commit is contained in:
@@ -9,9 +9,6 @@
|
||||
#ifndef PULSE_TEMPLATE_COMMAND_LIST_H_
|
||||
#define PULSE_TEMPLATE_COMMAND_LIST_H_
|
||||
|
||||
#include <stdatomic.h>
|
||||
#include <tinycthread.h>
|
||||
|
||||
#include "Template.h"
|
||||
#include "TemplateFence.h"
|
||||
|
||||
|
||||
@@ -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