Searched defs:dds_pixelformat (Results 1 – 1 of 1) sorted by relevance
1671 struct dds_pixelformat struct1673 uint32_t size; // structure size, set to 32.1678 uint32_t flags;1679 uint32_t fourcc; // "DX10" to indicate a DX10 format, "DXTn" for the DXT formats1680 uint32_t rgbbitcount; // number of bits per texel; up to 32 for non-DX10 formats.1681 uint32_t rbitmask; // bitmap indicating position of red/luminance color component1682 uint32_t gbitmask; // bitmap indicating position of green color component1683 uint32_t bbitmask; // bitmap indicating position of blue color component1684 uint32_t abitmask; // bitmap indicating position of alpha color component