Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

g5 sample seems to ignore framebuffer initialized during kinc_init and try to create it's own manually. #1

Open
Paolo-Oliverio opened this issue Aug 1, 2024 · 0 comments

Comments

@Paolo-Oliverio
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant