rgbe.hpp | 61 } rgbe_header_info; typedef in typeref:struct:__anon21691 63 /* flags indicating which fields in an rgbe_header_info are valid */ 73 /* you may set rgbe_header_info to null if you want to */ 74 int RGBE_WriteHeader(FILE *fp, int width, int height, rgbe_header_info *info); 75 int RGBE_ReadHeader(FILE *fp, int *width, int *height, rgbe_header_info *info);
|