forked from LeenkxTeam/LNXRNT
Add files
This commit is contained in:
@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
typedef struct {
|
||||
void *metal_buffer;
|
||||
int count;
|
||||
bool gpu_memory;
|
||||
int format;
|
||||
int last_start;
|
||||
int last_count;
|
||||
} IndexBuffer5Impl;
|
||||
Reference in New Issue
Block a user