Compile fixes
This commit is contained in:
@@ -222,6 +222,7 @@ void kinc_g5_render_target_init(kinc_g5_texture_t *target, int width, int height
|
||||
target->height = target->height = height;
|
||||
target->state = KINC_INTERNAL_RENDER_TARGET_STATE_RENDER_TARGET;
|
||||
target->data = NULL;
|
||||
target->_uploaded = true;
|
||||
}
|
||||
|
||||
void kinc_g5_render_target_init_framebuffer(kinc_g5_texture_t *target, int width, int height, kinc_image_format_t format, int depthBufferBits) {}
|
||||
|
||||
Reference in New Issue
Block a user