Kore sync

This commit is contained in:
2026-07-17 19:57:42 -07:00
parent 157b7220d9
commit 2296afc885
12 changed files with 90 additions and 83 deletions

View File

@ -115,13 +115,7 @@ bool memory_type_from_properties(uint32_t typeBits, VkFlags requirements_mask, u
return false;
}
#ifdef __cplusplus
extern "C" {
#endif
extern void kinc_g4_on_g5_internal_resize(int, int, int);
#ifdef __cplusplus
}
#endif
void kinc_internal_resize(int window_index, int width, int height) {
struct vk_window *window = &vk_ctx.windows[window_index];