Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
Dastcenccli_image_load_store.cpp2433 struct astc_header struct
2435 uint8_t magic[4];
2436 uint8_t block_x;
2437 uint8_t block_y;
2438 uint8_t block_z;
2439 uint8_t dim_x[3]; // dims = dim[0] + (dim[1] << 8) + (dim[2] << 16)
2440 uint8_t dim_y[3]; // Sizes are given in texels;
2441 uint8_t dim_z[3]; // block count is inferred