OWL
OptiX7 Wrapper Library
owl::Group::DeviceData Struct Reference

#include <Group.h>

Inheritance diagram for owl::Group::DeviceData:
owl::InstanceGroup::DeviceData

Public Types

typedef std::shared_ptr< DeviceDataSP
 

Public Member Functions

 DeviceData (const DeviceContext::SP &device)
 

Public Attributes

OptixTraversableHandle traversable = 0
 
DeviceMemory bvhMemory
 

Detailed Description

any device-specific data, such as optix handles, cuda device pointers, etc; for accel's that's pretty much the BVH memory for this type, and the specific OptixTraversableHandle to traverse it

Member Typedef Documentation

◆ SP

typedef std::shared_ptr<DeviceData> owl::Group::DeviceData::SP

Constructor & Destructor Documentation

◆ DeviceData()

owl::Group::DeviceData::DeviceData ( const DeviceContext::SP device)

constructor - pass-through to parent class

Member Data Documentation

◆ bvhMemory

DeviceMemory owl::Group::DeviceData::bvhMemory

device memory that keeps the final, possibly compacted, BVH memory

◆ traversable

OptixTraversableHandle owl::Group::DeviceData::traversable = 0

the handle for this BVH that can be passed to optixTrace


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