MCPcopy Create free account
hub / github.com/RenderKit/embree / RandomSampler_get1D

Function RandomSampler_get1D

tutorials/common/math/random_sampler.h:89–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89__forceinline float RandomSampler_get1D(RandomSampler& self) {
90 return RandomSampler_getFloat(self);
91}
92
93__forceinline Vec2f RandomSampler_get2D(RandomSampler& self)
94{

Callers 10

renderPixelFunctionFunction · 0.85
renderPixelStandardFunction · 0.85
renderPixelFunctionFunction · 0.85
renderPixelStandardFunction · 0.85
renderPixelStandardFunction · 0.85
single_passFunction · 0.85
multi_passFunction · 0.85
RandomSampler_get2DFunction · 0.85
renderPixelFunction · 0.85

Calls 1

RandomSampler_getFloatFunction · 0.85

Tested by

no test coverage detected