Searched defs:SamplerFunction (Results 1 – 2 of 2) sorted by relevance
39 struct SamplerFunction struct41 …SamplerFunction(SamplerMethod method, SamplerOption option = None) : method(method), option(option… in SamplerFunction() argument42 operator SamplerMethod() { return method; } in operator SamplerMethod()44 const SamplerMethod method;45 const SamplerOption option;
44 struct SamplerFunction struct46 SamplerFunction(SamplerMethod method, bool offset = false, bool sample = false) in SamplerFunction() argument52 operator SamplerMethod() { return method; } in operator SamplerMethod()54 const SamplerMethod method;55 const bool offset;56 const bool sample;