Blender  V2.93
Public Attributes | List of all members
KernelBVH Struct Reference

#include <kernel_types.h>

Public Attributes

int root
 
int have_motion
 
int have_curves
 
int bvh_layout
 
int use_bvh_steps
 
int curve_subdivisions
 
int scene
 
int pad2
 

Detailed Description

Definition at line 1404 of file kernel_types.h.

Member Data Documentation

◆ bvh_layout

int KernelBVH::bvh_layout

Definition at line 1409 of file kernel_types.h.

Referenced by GeometryManager::device_free().

◆ curve_subdivisions

int KernelBVH::curve_subdivisions

Definition at line 1411 of file kernel_types.h.

Referenced by GeometryManager::device_update_bvh().

◆ have_curves

int KernelBVH::have_curves

Definition at line 1408 of file kernel_types.h.

Referenced by Geometry::compute_bvh(), and GeometryManager::device_update_bvh().

◆ have_motion

int KernelBVH::have_motion

Definition at line 1407 of file kernel_types.h.

◆ pad2

int KernelBVH::pad2

Definition at line 1423 of file kernel_types.h.

◆ root

int KernelBVH::root

Definition at line 1406 of file kernel_types.h.

Referenced by GeometryManager::device_update_bvh().

◆ scene

int KernelBVH::scene

Definition at line 1423 of file kernel_types.h.

Referenced by GeometryManager::device_update_bvh().

◆ use_bvh_steps

int KernelBVH::use_bvh_steps

Definition at line 1410 of file kernel_types.h.

Referenced by GeometryManager::device_update_bvh().


The documentation for this struct was generated from the following file: