rpr_context_sampler_type

Usage

Type of random number sampler to use for context. Must be set on context creation.

Possible Values

Name

Value

Brief Explanation

RPR_CONTEXT_SAMPLER_TYPE_SOBOL

0x1

Sobol sampler.

RPR_CONTEXT_SAMPLER_TYPE_RANDOM

0x2

Pure Random sampler. Use for testing only.

RPR_CONTEXT_SAMPLER_TYPE_CMJ

0x3

CMJ sampler. Required for adaptive sampling.