We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
RETRO_ENVIRONMENT_SET_HW_RENDER
retro_hw_render_callback
get_proc_address
get_current_framebuffer
context_reset
The text was updated successfully, but these errors were encountered:
No branches or pull requests
RETRO_ENVIRONMENT_SET_HW_RENDER
/~https://github.com/libretro/libretro-common/blob/master/include/libretro.h#L546
retro_hw_render_callback
get_proc_address
-- pointer to a function that resolves functions by name./~https://github.com/libretro/libretro-common/blob/master/glsm/glsm.c#L2256
/~https://github.com/libretro/libretro-common/blob/master/glsym/rglgen.c#L41
/~https://github.com/libretro/libretro-common/blob/master/glsym/glsym_gl.c
/~https://github.com/libretro/libretro-common/blob/master/glsym/glsym_es2.c
/~https://github.com/libretro/libretro-common/blob/master/glsym/glsym_es3.c
get_current_framebuffer
-- pointer to function that returns an opengl framebuffercontext_reset
pointing to a function that needs to be called by the frontend to initialize/reset hw rendering.The text was updated successfully, but these errors were encountered: