[GLSL]Mipmap 相关函数

  • int textureQueryLevels(sampler):返回该材质Mipmap数量
  • vec2 textureQueryLod(sampler, vec2):返回Mipmap与LOD所在等级
  • 2021/8/17
  • OpenGL