OWL
OptiX7 Wrapper Library
|
#include <LaunchParams.h>
Public Types | |
typedef std::shared_ptr< LaunchParamsType > | SP |
![]() | |
typedef std::shared_ptr< SBTObjectType > | SP |
![]() | |
typedef std::shared_ptr< ContextObject > | SP |
![]() | |
typedef std::shared_ptr< Object > | SP |
Public Member Functions | |
LaunchParamsType (Context *const context, size_t varStructSize, const std::vector< OWLVarDecl > &varDecls) | |
virtual std::string | toString () const |
![]() | |
SBTObjectType (Context *const context, ObjectRegistry ®istry, size_t varStructSize, const std::vector< OWLVarDecl > &varDecls) | |
int | getVariableIdx (const std::string &varName) |
bool | hasVariable (const std::string &varName) |
std::string | toString () const override |
void | declareVariable (const std::string &varName, OWLDataType type, size_t offset) |
std::vector< Variable::SP > | instantiateVariables () |
![]() | |
RegisteredObject (Context *const context, ObjectRegistry ®istry) | |
~RegisteredObject () | |
![]() | |
ContextObject (Context *const context) | |
![]() | |
Object () | |
virtual DeviceData::SP | createOn (const std::shared_ptr< DeviceContext > &device) |
void | createDeviceData (const std::vector< std::shared_ptr< DeviceContext >> &devices) |
template<typename T > | |
std::shared_ptr< T > | as () |
Additional Inherited Members | |
![]() | |
const size_t | varStructSize |
const std::vector< OWLVarDecl > | varDecls |
![]() | |
int | ID |
ObjectRegistry & | registry |
![]() | |
Context *const | context |
![]() | |
const size_t | uniqueID |
std::vector< DeviceData::SP > | deviceData |
![]() | |
static std::atomic< uint64_t > | nextAvailableID |
describes a given type of launch params - basically the set of variables in the device-side 'global <Struct> optixLaumchParams' variable. This class describes the types and memory layouts of vairables in this 'Struct', the acutal instances of this type then store the variable values to be written into that variable
typedef std::shared_ptr<LaunchParamsType> owl::LaunchParamsType::SP |
owl::LaunchParamsType::LaunchParamsType | ( | Context *const | context, |
size_t | varStructSize, | ||
const std::vector< OWLVarDecl > & | varDecls | ||
) |
constructor, with given set of variables
|
inlinevirtual |
pretty-printer, for printf-debugging
Reimplemented from owl::Object.