Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/tool/gfx/projects/gshCompile/
DgshCompile.h52 typedef u32 (*PGSH2GetVertexShaderGPRs)(const GX2VertexShader * pShader); typedef
81 PGSH2GetVertexShaderGPRs GetVertexShaderGPRs;
DgshCompile.cpp122 …fpGSH2->GetVertexShaderGPRs = reinterpret_cast<PGSH2GetVertexShaderGPRs>(GetProcAddress(… in LoadDLLs()