NvImage::NvImage::FormatInfo Struct Reference
Format handlers descriptor for custom image loading. More...
#include <NvImage.h>
| Public Attributes | |
| const char * | extension | 
| bool(* | reader )(const uint8_t *fileData, size_t size, NvImage &i) | 
| string with the filename extension (no .) | |
| bool(* | writer )(uint8_t *fileData, size_t size, NvImage &i) | 
| reader function | |
Detailed Description
Format handlers descriptor for custom image loading.The documentation for this struct was generated from the following file: