nicegraf
|
Data Fields | |
const ngf_swapchain_info * | swapchain_info |
const ngf_context | shared_context |
Configures a nicegraf rendering context.
const ngf_context ngf_context_info::shared_context |
A reference to another context; the newly created context shall be able to use the resources (such as buffers and images) created within the given context, and vice versa Can be NULL.
const ngf_swapchain_info* ngf_context_info::swapchain_info |
Configures the swapchain that the context will be presenting to. This can be NULL if all rendering is done off-screen and the context never presents to a window.