Searched defs:dds_pixelformat (Results 1 – 1 of 1) sorted by relevance
1578 struct dds_pixelformat struct1580 uint32_t size; // structure size, set to 32.1585 uint32_t flags;1586 uint32_t fourcc; // "DX10" to indicate a DX10 format, "DXTn" for the DXT formats1587 uint32_t rgbbitcount; // number of bits per texel; up to 32 for non-DX10 formats.1588 uint32_t rbitmask; // bitmap indicating position of red/luminance color component1589 uint32_t gbitmask; // bitmap indicating position of green color component1590 uint32_t bbitmask; // bitmap indicating position of blue color component1591 uint32_t abitmask; // bitmap indicating position of alpha color component