MCPcopy 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
11CCL_NAMESPACE_BEGIN
12
13ccl_device_inline float2 zero_float2()
14{
15 return make_float2(0.0f, 0.0f);
16}
17
18ccl_device_inline float2 one_float2()
19{

Callers 15

NODE_DEFINEFunction · 0.85
camera.cppFile · 0.85
SubPatchClass · 0.85
map_uvMethod · 0.85
sample_uniform_diskFunction · 0.85
volume_attribute_valueFunction · 0.85
svm_node_tex_voronoiFunction · 0.85
bsdf_sampleFunction · 0.85
bsdf_roughness_etaFunction · 0.85
background_portal_pdfFunction · 0.85

Calls 1

make_float2Function · 0.70

Tested by

no test coverage detected