OWL
OptiX7 Wrapper Library
|
#include <Buffer.h>
Public Types | |
typedef std::shared_ptr< DeviceData > | SP |
Public Member Functions | |
DeviceData (const DeviceContext::SP &device) | |
Public Attributes | |
void * | d_pointer { 0 } |
any device-specific data, such as optix handles, cuda device pointers, etc
typedef std::shared_ptr<DeviceData> owl::Buffer::DeviceData::SP |
owl::Buffer::DeviceData::DeviceData | ( | const DeviceContext::SP & | device | ) |
constructor
void* owl::Buffer::DeviceData::d_pointer { 0 } |
device-side pointer - depending on buffer type this may or may not be accessible on the host