11 lines
149 B
C
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;
|