Home
last modified time | relevance | path

Searched defs:dds_pixelformat (Results 1 – 1 of 1) sorted by relevance

/third_party/astc-encoder/Source/
Dastcenccli_image_load_store.cpp1671 struct dds_pixelformat struct
1673 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 formats
1680 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 component
1682 uint32_t gbitmask; // bitmap indicating position of green color component
1683 uint32_t bbitmask; // bitmap indicating position of blue color component
1684 uint32_t abitmask; // bitmap indicating position of alpha color component