Files
LNXRNT/Kinc/Backends/Graphics4/G4onG5/Sources/kinc/backend/graphics4/constantbuffer.h
2025-01-29 10:55:49 +01:00

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