PixelformatInfo
extern (C) 
struct PixelformatInfo  {
}
- blend
bool blend;
 Undocumented in source.
- bytes_per_pixel
int bytes_per_pixel;
 Undocumented in source.
- compressed
bool compressed;
 Undocumented in source.
- depth
bool depth;
 Undocumented in source.
- filter
bool filter;
 Undocumented in source.
- msaa
bool msaa;
 Undocumented in source.
- read
bool read;
 Undocumented in source.
- render
bool render;
 Undocumented in source.
- sample
bool sample;
 Undocumented in source.
- write
bool write;
 Undocumented in source.
 
		sokol gfx 
		enumsfunctionsmanifest constantsstructs 
	 
	
Runtime information about a pixel format, returned by sg_query_pixelformat().