Blender V4.3
blender::opensubdiv::RawDataWrapperBuffer< T > Class Template Reference

#include <eval_output.h>

Inherited by blender::opensubdiv::RawDataWrapperVertexBuffer< T >.

Public Member Functions

 RawDataWrapperBuffer (T *data)
TBindCpuBuffer ()
int BindVBO ()

Protected Attributes

Tdata_

Detailed Description

template<typename T>
class blender::opensubdiv::RawDataWrapperBuffer< T >

Definition at line 118 of file eval_output.h.

Constructor & Destructor Documentation

◆ RawDataWrapperBuffer()

template<typename T>
blender::opensubdiv::RawDataWrapperBuffer< T >::RawDataWrapperBuffer ( T * data)
inline

Member Function Documentation

◆ BindCpuBuffer()

template<typename T>
T * blender::opensubdiv::RawDataWrapperBuffer< T >::BindCpuBuffer ( )
inline

Definition at line 122 of file eval_output.h.

References data_, and T.

◆ BindVBO()

template<typename T>
int blender::opensubdiv::RawDataWrapperBuffer< T >::BindVBO ( )
inline

Definition at line 127 of file eval_output.h.

Member Data Documentation

◆ data_

template<typename T>
T* blender::opensubdiv::RawDataWrapperBuffer< T >::data_
protected

Definition at line 135 of file eval_output.h.

Referenced by BindCpuBuffer(), and RawDataWrapperBuffer().


The documentation for this class was generated from the following file: