Searched defs:AstcDecompressorParams (Results 1 – 1 of 1) sorted by relevance
24 struct AstcDecompressorParams struct26 AstcDecompressorParams(uint32_t width, uint32_t height) : width(width), height(height) {} in AstcDecompressorParams() argument28 uint32_t width;29 uint32_t height;