You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for (int i = 0; i < BUFFER_COUNT; ++i) {
kinc_g5_render_target_init_framebuffer(&framebuffers[i], width, height, KINC_G5_RENDER_TARGET_FORMAT_32BIT, 16, 0);
}
it fails to do so and crashes.
update then try to use the one initialized manually still ignoring default ones.
looks like a later change in the internals that requires a sample update.
The text was updated successfully, but these errors were encountered:
It try to init a double buffer manually.
for (int i = 0; i < BUFFER_COUNT; ++i) {
kinc_g5_render_target_init_framebuffer(&framebuffers[i], width, height, KINC_G5_RENDER_TARGET_FORMAT_32BIT, 16, 0);
}
it fails to do so and crashes.
update then try to use the one initialized manually still ignoring default ones.
looks like a later change in the internals that requires a sample update.
The text was updated successfully, but these errors were encountered: