nicegraf
|
Data Fields | |
ngf_image_type | type |
ngf_extent3d | extent |
uint32_t | nmips |
uint32_t | nlayers |
ngf_image_format | format |
ngf_sample_count | sample_count |
uint32_t | usage_hint |
Information required to create an ngf_image object.
ngf_extent3d ngf_image_info::extent |
The width, height and depth. Note that dimensions irrelevant for the specified image type are ignored.
ngf_image_format ngf_image_info::format |
Internal format.
uint32_t ngf_image_info::nlayers |
Number of layers within the image.
uint32_t ngf_image_info::nmips |
The number of mip levels in the image.
ngf_sample_count ngf_image_info::sample_count |
The number of samples per pixel in the image.
ngf_image_type ngf_image_info::type |
The image type.
uint32_t ngf_image_info::usage_hint |
Specifies how the client intends to use the image. Must be a combination of ngf_image_usage flags.