Blender V4.3
volume.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, ccl_private const Ray *ray, ccl_private Intersection *isect, const uint visibility)
 
ccl_device_inline bool BVH_FUNCTION_NAME (KernelGlobals kg, ccl_private const Ray *ray, ccl_private Intersection *isect, const uint visibility)
 

Macro Definition Documentation

◆ NODE_INTERSECT

#define NODE_INTERSECT   bvh_aligned_node_intersect

Definition at line 12 of file kernel/bvh/volume.h.

Referenced by BVH().

Function Documentation

◆ BVH()

◆ BVH_FUNCTION_NAME()

ccl_device_inline bool BVH_FUNCTION_NAME ( KernelGlobals kg,
ccl_private const Ray * ray,
ccl_private Intersection * isect,
const uint visibility )

Definition at line 227 of file kernel/bvh/volume.h.

References BVH_FUNCTION_FULL_NAME.