Class mediapipe::GpuBuffer::StorageHolder
Public Functions
Type | Name |
---|---|
std::string | DebugString () const |
internal::GpuBufferStorage * | GetStorageForView (TypeId view_provider_type, bool for_writing) const |
StorageHolder (std::shared_ptr< internal::GpuBufferStorage > storage) |
|
StorageHolder (int width, int height, Format format) |
|
GpuBufferFormat | format () const |
int | height () const |
std::shared_ptr< T > | internal_storage () const |
int | width () const |
Public Functions Documentation
function DebugString
std::string StorageHolder::DebugString () const
function GetStorageForView
internal::GpuBufferStorage * StorageHolder::GetStorageForView (
TypeId view_provider_type,
bool for_writing
) const
function StorageHolder [1/2]
inline explicit StorageHolder::StorageHolder (
std::shared_ptr< internal::GpuBufferStorage > storage
)
function StorageHolder [2/2]
inline explicit StorageHolder::StorageHolder (
int width,
int height,
Format format
)
function format
inline GpuBufferFormat StorageHolder::format () const
function height
inline int StorageHolder::height () const
function internal_storage
template<class T>
inline std::shared_ptr< T > StorageHolder::internal_storage () const
function width
inline int StorageHolder::width () const
The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR-plugins/hand_tracking/mediapipe/gpu/gpu_buffer.h