Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/blender/cycles
/ zero_float2
Function
zero_float2
src/util/math_float2.h:11–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
#include
"util/types_float4.h"
10
11
CCL_NAMESPACE_BEGIN
12
13
ccl_device_inline float2 zero_float2()
14
{
15
return make_float2(0.0f, 0.0f);
16
}
17
18
ccl_device_inline float2 one_float2()
19
{
Callers
15
NODE_DEFINE
Function · 0.85
camera.cpp
File · 0.85
SubPatch
Class · 0.85
map_uv
Method · 0.85
direction_to_equirectangular_range
Function · 0.85
sample_uniform_disk
Function · 0.85
volume_attribute_value
Function · 0.85
svm_node_tex_voronoi
Function · 0.85
bsdf_sample
Function · 0.85
bsdf_roughness_eta
Function · 0.85
light_sample_shader_eval_forward
Function · 0.85
background_portal_pdf
Function · 0.85
Calls
1
make_float2
Function · 0.70
Tested by
no test coverage detected