Files
2025-01-29 10:55:49 +01:00

11 lines
149 B
C

#pragma once
typedef struct {
void *metal_buffer;
int count;
bool gpu_memory;
int format;
int last_start;
int last_count;
} IndexBuffer5Impl;