nicegraf
|
Data Fields | |
ngf_buffer | buffer |
size_t | offset |
size_t | size |
ngf_image_format | texel_format |
Information required to create a texel buffer view object.
ngf_buffer ngf_texel_buffer_view_info::buffer |
The buffer that the view covers.
size_t ngf_texel_buffer_view_info::offset |
Offset withing the buffer (in bytes) that the view covers.
size_t ngf_texel_buffer_view_info::size |
The size of the range (in byutes) that the view covers.
ngf_image_format ngf_texel_buffer_view_info::texel_format |
The texel format to intepret the buffer contents as.