Searched refs:textureLOD (Results 1 – 1 of 1) sorted by relevance
6077 int textureLOD = baseTexture->GetLOD(); in bindTextures() local6079 int LOD = textureLOD > samplerLOD ? textureLOD : samplerLOD; in bindTextures()