Skip to content

Class mediapipe::GlTextureView

ClassList > mediapipe > GlTextureView

Public Types

Type Name
typedef std::function< void(GlTextureView &)> DetachFn
typedef std::function< void(const GlTextureView &)> DoneWritingFn

Public Functions

Type Name
GlTextureView ()
GlTextureView (const GlTextureView &) = delete
GlTextureView (GlTextureView && other)
GlContext * gl_context () const
int height () const
GLuint name () const
GlTextureView & operator= (const GlTextureView &) = delete
GlTextureView & operator= (GlTextureView && other)
int plane () const
GLenum target () const
int width () const
~GlTextureView ()

Public Types Documentation

typedef DetachFn

using mediapipe::GlTextureView::DetachFn =  std::function<void(GlTextureView&)>;

typedef DoneWritingFn

using mediapipe::GlTextureView::DoneWritingFn =  std::function<void(const GlTextureView&)>;

Public Functions Documentation

function GlTextureView [1/4]

inline mediapipe::GlTextureView::GlTextureView () 

function GlTextureView [2/4]

mediapipe::GlTextureView::GlTextureView (
    const GlTextureView &
) = delete

function GlTextureView [3/4]

inline mediapipe::GlTextureView::GlTextureView (
    GlTextureView && other
) 

function gl_context

inline GlContext * mediapipe::GlTextureView::gl_context () const

function height

inline int mediapipe::GlTextureView::height () const

function name

inline GLuint mediapipe::GlTextureView::name () const

function operator=

GlTextureView & mediapipe::GlTextureView::operator= (
    const GlTextureView &
) = delete

function operator=

inline GlTextureView & mediapipe::GlTextureView::operator= (
    GlTextureView && other
) 

function plane

inline int mediapipe::GlTextureView::plane () const

function target

inline GLenum mediapipe::GlTextureView::target () const

function width

inline int mediapipe::GlTextureView::width () const

function ~GlTextureView

inline mediapipe::GlTextureView::~GlTextureView () 


The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR-plugins/hand_tracking/mediapipe/gpu/gl_texture_view.h