Blender  V2.93
Macros | Functions
bvh_local.h File Reference

Go to the source code of this file.

Macros

#define NODE_INTERSECT   bvh_aligned_node_intersect
 

Functions

ccl_device bool BVH_FUNCTION_FULL_NAME() BVH (KernelGlobals *kg, const Ray *ray, LocalIntersection *local_isect, int local_object, uint *lcg_state, int max_hits)
 
ccl_device_inline bool BVH_FUNCTION_NAME (KernelGlobals *kg, const Ray *ray, LocalIntersection *local_isect, int local_object, uint *lcg_state, int max_hits)
 

Macro Definition Documentation

◆ NODE_INTERSECT

#define NODE_INTERSECT   bvh_aligned_node_intersect

Definition at line 23 of file bvh_local.h.

Function Documentation

◆ BVH()

ccl_device bool BVH_FUNCTION_FULL_NAME() BVH ( KernelGlobals *  kg,
const Ray ray,
LocalIntersection local_isect,
int  local_object,
uint lcg_state,
int  max_hits 
)

◆ BVH_FUNCTION_NAME()

ccl_device_inline bool BVH_FUNCTION_NAME ( KernelGlobals *  kg,
const Ray ray,
LocalIntersection local_isect,
int  local_object,
uint lcg_state,
int  max_hits 
)

Definition at line 199 of file bvh_local.h.

References BVH_FUNCTION_FULL_NAME, and kg.