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

15 lines
195 B
C

#pragma once
#ifdef __cplusplus
extern "C" {
#endif
typedef struct {
// void set(Kore::Graphics4::TextureUnit unit);
int nothing;
} kinc_g4_texture_array_impl_t;
#ifdef __cplusplus
}
#endif