adding command list to metal backend

This commit is contained in:
2025-09-08 00:04:49 +02:00
parent 9c2f644b0e
commit 287f18402e
9 changed files with 77 additions and 23 deletions

View File

@@ -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"

View File

@@ -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);