OWL
OptiX7 Wrapper Library
|
#include <Texture.h>
Public Types | |
typedef std::shared_ptr< Texture > | SP |
![]() | |
typedef std::shared_ptr< ContextObject > | SP |
![]() | |
typedef std::shared_ptr< Object > | SP |
Public Member Functions | |
Texture (Context *const context, vec2i size, uint32_t linePitchInBytes, OWLTexelFormat texelFormat, OWLTextureFilterMode filterMode, OWLTextureAddressMode addressMode, const void *texels) | |
virtual | ~Texture () |
std::string | toString () const override |
cudaTextureObject_t | getObject (int deviceID) |
void | destroy () |
![]() | |
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 () |
Public Attributes | |
std::vector< cudaTextureObject_t > | textureObjects |
std::vector< cudaArray_t > | textureArrays |
vec2i | size |
uint32_t | linePitchInBytes |
OWLTexelFormat | texelFormat |
OWLTextureFilterMode | filterMode |
![]() | |
int | ID |
ObjectRegistry & | registry |
![]() | |
Context *const | context |
![]() | |
const size_t | uniqueID |
std::vector< DeviceData::SP > | deviceData |
Additional Inherited Members | |
![]() | |
static std::atomic< uint64_t > | nextAvailableID |
typedef std::shared_ptr<Texture> owl::Texture::SP |
owl::Texture::Texture | ( | Context *const | context, |
vec2i | size, | ||
uint32_t | linePitchInBytes, | ||
OWLTexelFormat | texelFormat, | ||
OWLTextureFilterMode | filterMode, | ||
OWLTextureAddressMode | addressMode, | ||
const void * | texels | ||
) |
|
virtual |
destructor - free device data, de-regsiter, and destruct
void owl::Texture::destroy | ( | ) |
destroy whatever resources this texture's ll-layer handle this may refer to; this will not destruct the current object itself, but should already release all its references
destroy whatever resources this buffer's ll-layer handle this may refer to; this will not destruct the current object itself, but should already release all its references
cudaTextureObject_t owl::Texture::getObject | ( | int | deviceID | ) |
|
inlineoverridevirtual |
pretty-printer, for printf-debugging
Reimplemented from owl::ContextObject.
OWLTextureFilterMode owl::Texture::filterMode |
uint32_t owl::Texture::linePitchInBytes |
vec2i owl::Texture::size |
OWLTexelFormat owl::Texture::texelFormat |
std::vector<cudaArray_t> owl::Texture::textureArrays |
std::vector<cudaTextureObject_t> owl::Texture::textureObjects |
one entry per device