Compile fixes

This commit is contained in:
luboslenco
2025-03-07 11:30:51 +01:00
parent 7babab49f7
commit 47f728bd5f
15 changed files with 70 additions and 56 deletions
+1
View File
@@ -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) {}