reflectionRoughnessTextureSampler property
The sampler used by reflectionRoughnessTexture in the depth prepass.
Implementation
@override
gpu.SamplerOptions? get reflectionRoughnessTextureSampler =>
textureSourceSampler(metallicRoughnessTexture);
The sampler used by reflectionRoughnessTexture in the depth prepass.
@override
gpu.SamplerOptions? get reflectionRoughnessTextureSampler =>
textureSourceSampler(metallicRoughnessTexture);