Searched defs:STBI_NOTUSED (Results 1 - 1 of 1) sorted by relevance
/third_party/astc-encoder/Source/ | ||
H A D | stb_image.h | 656 #define STBI_NOTUSED(v) (void)(v) macro 658 #define STBI_NOTUSED(v) (void)sizeof(v) macro [all...] |
Completed in 15 milliseconds