SDL_PixelFormatDetails
extern (C) nothrow @nogc
struct SDL_PixelFormatDetails {
}
- Abits
Uint8 Abits;
Undocumented in source.
- Amask
Uint32 Amask;
Undocumented in source.
- Ashift
Uint8 Ashift;
Undocumented in source.
- Bbits
Uint8 Bbits;
Undocumented in source.
- Bmask
Uint32 Bmask;
Undocumented in source.
- Bshift
Uint8 Bshift;
Undocumented in source.
- Gbits
Uint8 Gbits;
Undocumented in source.
- Gmask
Uint32 Gmask;
Undocumented in source.
- Gshift
Uint8 Gshift;
Undocumented in source.
- Rbits
Uint8 Rbits;
Undocumented in source.
- Rmask
Uint32 Rmask;
Undocumented in source.
- Rshift
Uint8 Rshift;
Undocumented in source.
- bits_per_pixel
Uint8 bits_per_pixel;
Undocumented in source.
- bytes_per_pixel
Uint8 bytes_per_pixel;
Undocumented in source.
- format
SDL_PixelFormat format;
Undocumented in source.
- padding
Uint8[2] padding;
Undocumented in source.
sdl pixels
enumsfunctionsmanifest constantsstructs
Details about the format of a pixel.