reflectionRoughnessTextureSampler property

  1. @override
SamplerOptions? get reflectionRoughnessTextureSampler

The sampler used by reflectionRoughnessTexture in the depth prepass.

Implementation

@override
gpu.SamplerOptions? get reflectionRoughnessTextureSampler =>
    textureSourceSampler(metallicRoughnessTexture);