Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/include/cafe/gfd/
DgfdFormat.h37 …u32 abiVersion; ///< ABI version. This must be set to \ref GFD_DLL_ABI_VERSI… member
46 u32 abiVersion; ///< ABI version. This must be set to \ref GFD_DLL_ABI_VERSION. member
/CafeSDK-2.12.13/system/src/lib/gfd/headers/cafe/gfd/
DgfdFormat.h37 u32 abiVersion; ///< ABI version. This must be set to \ref GFD_DLL_ABI_VERSION. member
46 u32 abiVersion; ///< ABI version. This must be set to \ref GFD_DLL_ABI_VERSION. member
/CafeSDK-2.12.13/system/src/tool/gfx/projects/gshCompile/
DgshCompile.cpp639 PrintVersion(u32 abiVersion) in PrintVersion()
649 bool Initialize(s32 argc, char** argv, ShaderSourceInfo* pConfig, u32 abiVersion) in Initialize()
1082 u32 abiVersion = 0; in main() local