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

Definition at line 120 of file eval_output.h.

Member Function Documentation

◆ BindCpuBuffer()

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

◆ 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

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