Files

9 lines
115 B
C
Raw Permalink Normal View History

2025-01-29 10:55:49 +01:00
#pragma once
typedef struct {
void *_buffer;
int lastStart;
int lastCount;
int mySize;
} ConstantBuffer5Impl;