12 lines
197 B
C
12 lines
197 B
C
#pragma once
|
|
|
|
#ifdef KINC_KONG
|
|
|
|
#include <kinc/graphics5/constantbuffer.h>
|
|
|
|
typedef struct kinc_g4_constant_buffer_impl {
|
|
kinc_g5_constant_buffer_t buffer;
|
|
} kinc_g4_constant_buffer_impl;
|
|
|
|
#endif
|