Vuo  0.4.9
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
VuoGlTexturePool.h File Reference

Description

VuoGlTexturePool interface.

Functions

void VuoGlTexturePool_retain (GLuint glTextureName)
 Increments the reference count for glTextureName.
 
void VuoGlTexturePool_release (GLuint glTextureName)
 Decrements the reference count for glTextureName.
 

Function Documentation

void VuoGlTexturePool_release ( GLuint  glTextureName)

Decrements the reference count for glTextureName.

void VuoGlTexturePool_retain ( GLuint  glTextureName)

Increments the reference count for glTextureName.