Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
renderPixelFunction
Function · 0.85
renderPixelStandard
Function · 0.85
renderPixelFunction
Function · 0.85
renderPixelStandard
Function · 0.85
renderPixelStandard
Function · 0.85
single_pass
Function · 0.85
multi_pass
Function · 0.85
RandomSampler_get2D
Function · 0.85
renderPixel
Function · 0.85
sampleGaussianPixelFilter
Function · 0.85
Calls
1
RandomSampler_getFloat
Function · 0.85
Tested by
no test coverage detected