9 lines
115 B
C
9 lines
115 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
typedef struct {
|
||
|
|
void *_buffer;
|
||
|
|
int lastStart;
|
||
|
|
int lastCount;
|
||
|
|
int mySize;
|
||
|
|
} ConstantBuffer5Impl;
|