OSG  3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
osg::Texture::ImageAttachment Struct Reference

#include <Texture.h>

Public Member Functions

 ImageAttachment ()
 

Public Attributes

GLuint unit
 
GLint level
 
GLboolean layered
 
GLint layer
 
GLenum access
 
GLenum format
 

Detailed Description

Encapsulates texture image load/store attributes

Definition at line 673 of file Texture.h.

Constructor & Destructor Documentation

osg::Texture::ImageAttachment::ImageAttachment ( )
inline

Definition at line 682 of file Texture.h.

Member Data Documentation

GLenum osg::Texture::ImageAttachment::access

Definition at line 679 of file Texture.h.

GLenum osg::Texture::ImageAttachment::format

Definition at line 680 of file Texture.h.

GLint osg::Texture::ImageAttachment::layer

Definition at line 678 of file Texture.h.

GLboolean osg::Texture::ImageAttachment::layered

Definition at line 677 of file Texture.h.

GLint osg::Texture::ImageAttachment::level

Definition at line 676 of file Texture.h.

GLuint osg::Texture::ImageAttachment::unit

Definition at line 675 of file Texture.h.


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