OpenSceneGraph
Public Member Functions | Public Attributes | List of all members
osg::Camera::Attachment Struct Reference

Public Member Functions

 Attachment ()
 
int width () const
 
int height () const
 
int depth () const
 

Public Attributes

GLenum _internalFormat
 
ref_ptr< Image_image
 
ref_ptr< Texture_texture
 
unsigned int _level
 
unsigned int _face
 
bool _mipMapGeneration
 
unsigned int _multisampleSamples
 
unsigned int _multisampleColorSamples
 

Constructor & Destructor Documentation

◆ Attachment()

osg::Camera::Attachment::Attachment ( )
inline

Member Function Documentation

◆ depth()

int osg::Camera::Attachment::depth ( ) const
inline

◆ height()

int osg::Camera::Attachment::height ( ) const
inline

◆ width()

int osg::Camera::Attachment::width ( ) const
inline

Member Data Documentation

◆ _face

unsigned int osg::Camera::Attachment::_face

◆ _image

ref_ptr<Image> osg::Camera::Attachment::_image

◆ _internalFormat

GLenum osg::Camera::Attachment::_internalFormat

◆ _level

unsigned int osg::Camera::Attachment::_level

◆ _mipMapGeneration

bool osg::Camera::Attachment::_mipMapGeneration

◆ _multisampleColorSamples

unsigned int osg::Camera::Attachment::_multisampleColorSamples

◆ _multisampleSamples

unsigned int osg::Camera::Attachment::_multisampleSamples

◆ _texture

ref_ptr<Texture> osg::Camera::Attachment::_texture

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