8 lines
267 B
C
8 lines
267 B
C
#include <kinc/graphics4/texturearray.h>
|
|
|
|
void kinc_g4_texture_array_init(kinc_g4_texture_array_t *array, kinc_image_t *textures, int count) {}
|
|
|
|
void kinc_g4_texture_array_destroy(kinc_g4_texture_array_t *array) {}
|
|
|
|
// void TextureArrayImpl::set(TextureUnit unit) {}
|