Searched refs:textureMaxLevel (Results 1 – 1 of 1) sorted by relevance
313 GLuint textureMaxLevel = textureEffectiveBaseLevel; in AttachmentOverlapsWithTexture() local317 textureMaxLevel = texture->getMipmapMaxLevel(); in AttachmentOverlapsWithTexture()320 return attachmentLevel >= textureEffectiveBaseLevel && attachmentLevel <= textureMaxLevel; in AttachmentOverlapsWithTexture()