getBrdfLutTexture static method

Texture getBrdfLutTexture()

Implementation

static gpu.Texture getBrdfLutTexture() {
  if (_brdfLutTexture == null) {
    throw Exception('BRDF LUT texture has not been initialized.');
  }
  return _brdfLutTexture!;
}