KWin
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
KWin::GlLookUpTable Class Reference

#include <gllut.h>

Public Member Functions

 GlLookUpTable (GLuint handle, size_t size)
 
 ~GlLookUpTable ()
 
GLuint handle () const
 
size_t size () const
 
void bind ()
 

Static Public Member Functions

static std::unique_ptr< GlLookUpTablecreate (const std::function< QVector3D(size_t value)> &func, size_t size)
 

Detailed Description

Definition at line 22 of file gllut.h.

Constructor & Destructor Documentation

◆ GlLookUpTable()

KWin::GlLookUpTable::GlLookUpTable ( GLuint handle,
size_t size )
explicit

Definition at line 16 of file gllut.cpp.

◆ ~GlLookUpTable()

KWin::GlLookUpTable::~GlLookUpTable ( )

Definition at line 22 of file gllut.cpp.

Member Function Documentation

◆ bind()

void KWin::GlLookUpTable::bind ( )

Definition at line 37 of file gllut.cpp.

◆ create()

std::unique_ptr< GlLookUpTable > KWin::GlLookUpTable::create ( const std::function< QVector3D(size_t value)> & func,
size_t size )
static

Definition at line 42 of file gllut.cpp.

◆ handle()

GLuint KWin::GlLookUpTable::handle ( ) const

Definition at line 27 of file gllut.cpp.

◆ size()

size_t KWin::GlLookUpTable::size ( ) const

Definition at line 32 of file gllut.cpp.


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