Home
last modified time | relevance | path

Searched refs:DSTFORMAT_DEFAULT (Results 1 – 2 of 2) sorted by relevance

/CafeSDK-2.12.13/system/src/tool/gfx/projects/TexConv2/texConvert/
DTexConvert.h102 #define DSTFORMAT_DEFAULT "PASSTHROUGH" macro
DTexConvert.cpp358 strcpy_s(pConfig->dstFormat, DSTFORMAT_DEFAULT); in InitializeConfig()
924 …if (!strcmp(config.dstFormat, DSTFORMAT_DEFAULT) || FormatsMatch(config.dstFormat, ppTexturesToCon… in _tmain()