2001-09-20 05:19:47 +08:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
< HTML >
< HEAD >
< TITLE > class SG_EXPORT osg::Texture< / TITLE >
< META NAME = "GENERATOR" CONTENT = "DOC++ 3.4.8" >
< / HEAD >
< BODY BGCOLOR = "#ffffff" >
< H2 > class SG_EXPORT < A HREF = "#DOC.DOCU" > osg::Texture< / A > < / H2 > < / H2 > < BLOCKQUOTE > Texture state class which encapsulates OpenGl texture functionality< / BLOCKQUOTE >
< HR >
< H2 > Inheritance:< / H2 >
< APPLET CODE = "ClassGraph.class" WIDTH = 600 HEIGHT = 125 >
< param name = classes value = "CReferenced,MReferenced.html,CObject,MObject.html,CStateAttribute,MStateAttribute.html,CTexture,MTexture.html" >
< param name = before value = "M,M,M,M" >
< param name = after value = "Md_SPSP,Md_SP,Md_,M" >
< param name = indent value = "0,1,2,3" >
< param name = arrowdir value = "down" >
< / APPLET >
< HR >
< DL >
< P > < DL >
< DT > < H3 > Public Methods< / H3 > < DD > < DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > < B > < A HREF = "#DOC.2.104.1" > Texture< / A > < / B > ()
2001-09-20 05:19:47 +08:00
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > < B > < A HREF = "#DOC.2.104.2" > META_StateAttribute< / A > < / B > (<!1> < A HREF = "Texture.html" > Texture< / A > , (<!1> < A HREF = "StateAttribute.html#DOC.2.96.5" > Type< / A > )(<!1> < A HREF = "StateAttribute.html#DOC.2.96.6.2" > TEXTURE_0< / A > +<!1> < A HREF = "Texture.html#DOC.2.104.44" > _textureUnit< / A > ))
2001-09-20 05:19:47 +08:00
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual int < B > < A HREF = "#DOC.2.104.3" > compare< / A > < / B > (const <!1> < A HREF = "StateAttribute.html" > StateAttribute< / A > & rhs) const
2001-09-22 10:42:08 +08:00
< DD > < I > return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs< / I >
2001-09-20 05:19:47 +08:00
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual void < B > < A HREF = "#DOC.2.104.4" > setStateSetModes< / A > < / B > (<!1> < A HREF = "StateSet.html" > StateSet< / A > & ds, const <!1> < A HREF = "StateAttribute.html#DOC.2.96.2" > GLModeValue< / A > value) const
2001-09-20 05:19:47 +08:00
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > void < B > < A HREF = "#DOC.2.104.5" > setImage< / A > < / B > (<!1> < A HREF = "Image.html" > Image< / A > * image)
2001-09-20 05:19:47 +08:00
< DD > < I > Set the texture image.< / I >
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > <!1> < A HREF = "Image.html" > Image< / A > * < B > < A HREF = "#DOC.2.104.6" > getImage< / A > < / B > ()
2001-09-20 05:19:47 +08:00
< DD > < I > Get the texture image.< / I >
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline const <!1> < A HREF = "Image.html" > Image< / A > * < B > < A HREF = "#DOC.2.104.7" > getImage< / A > < / B > () const
2001-09-20 05:19:47 +08:00
< DD > < I > Get the const texture image.< / I >
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > void < B > < A HREF = "#DOC.2.104.8" > copyTexImage2D< / A > < / B > (<!1> < A HREF = "State.html" > State< / A > & state, int <!1> < A HREF = "Viewport.html#DOC.2.112.6" > x< / A > , int <!1> < A HREF = "Viewport.html#DOC.2.112.7" > y< / A > , int <!1> < A HREF = "Viewport.html#DOC.2.112.8" > width< / A > , int <!1> < A HREF = "Viewport.html#DOC.2.112.9" > height< / A > )
2001-09-20 05:19:47 +08:00
< DD > < I > Copy pixels into a 2D texture imageAs per glCopyTexImage2D.< / I >
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > void < B > < A HREF = "#DOC.2.104.9" > copyTexSubImage2D< / A > < / B > (<!1> < A HREF = "State.html" > State< / A > & state, int xoffset, int yoffset, int <!1> < A HREF = "Viewport.html#DOC.2.112.6" > x< / A > , int <!1> < A HREF = "Viewport.html#DOC.2.112.7" > y< / A > , int <!1> < A HREF = "Viewport.html#DOC.2.112.8" > width< / A > , int <!1> < A HREF = "Viewport.html#DOC.2.112.9" > height< / A > )
2001-09-20 05:19:47 +08:00
< DD > < I > Copy a two-dimensional texture subimage.< / I >
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline void < B > < A HREF = "#DOC.2.104.10" > setTextureUnit< / A > < / B > (const unsigned int textureUnit)
2001-09-20 05:19:47 +08:00
< DD > < I > Set the texture unit.< / I >
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline const unsigned int < B > < A HREF = "#DOC.2.104.11" > getTextureUnit< / A > < / B > () const
2001-09-20 05:19:47 +08:00
< DD > < I > get the texture unit< / I >
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > void < B > < A HREF = "#DOC.2.104.14" > setWrap< / A > < / B > (const <!1> < A HREF = "Texture.html#DOC.2.104.12" > WrapParameter< / A > which, const <!1> < A HREF = "Texture.html#DOC.2.104.13" > WrapMode< / A > wrap)
2001-09-20 05:19:47 +08:00
< DD > < I > Set the texture wrap mode< / I >
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > const <!1> < A HREF = "Texture.html#DOC.2.104.13" > WrapMode< / A > < B > < A HREF = "#DOC.2.104.15" > getWrap< / A > < / B > (const <!1> < A HREF = "Texture.html#DOC.2.104.12" > WrapParameter< / A > which) const
2001-09-20 05:19:47 +08:00
< DD > < I > Get the texture wrap mode< / I >
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > void < B > < A HREF = "#DOC.2.104.18" > setFilter< / A > < / B > (const <!1> < A HREF = "Texture.html#DOC.2.104.16" > FilterParameter< / A > which, const <!1> < A HREF = "Texture.html#DOC.2.104.17" > FilterMode< / A > filter)
2001-09-20 05:19:47 +08:00
< DD > < I > Set the texture filter mode< / I >
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > const <!1> < A HREF = "Texture.html#DOC.2.104.17" > FilterMode< / A > < B > < A HREF = "#DOC.2.104.19" > getFilter< / A > < / B > (const <!1> < A HREF = "Texture.html#DOC.2.104.16" > FilterParameter< / A > which) const
2001-09-20 05:19:47 +08:00
< DD > < I > Get the texture filter mode< / I >
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline void < B > < A HREF = "#DOC.2.104.21" > setInternalFormatMode< / A > < / B > (const <!1> < A HREF = "Texture.html#DOC.2.104.20" > InternalFormatMode< / A > mode)
2001-09-20 05:19:47 +08:00
< DD > < I > Set the internal format mode.< / I >
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline const <!1> < A HREF = "Texture.html#DOC.2.104.20" > InternalFormatMode< / A > < B > < A HREF = "#DOC.2.104.22" > getInternalFormatMode< / A > < / B > () const
2001-09-20 05:19:47 +08:00
< DD > < I > Get the internal format mode< / I >
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline void < B > < A HREF = "#DOC.2.104.23" > setInternalFormatValue< / A > < / B > (const int <!1> < A HREF = "Image.html#DOC.2.40.11" > internalFormat< / A > )
2001-09-20 05:19:47 +08:00
< DD > < I > Set the internal format to use when creating OpenGL textures.< / I >
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline const int < B > < A HREF = "#DOC.2.104.24" > getInternalFormatValue< / A > < / B > () const
2001-09-20 05:19:47 +08:00
< DD > < I > Get the internal format to use when creating OpenGL textures< / I >
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline const uint < B > < A HREF = "#DOC.2.104.25" > getTextureObject< / A > < / B > (const uint contextID) const
2001-09-20 05:19:47 +08:00
< DD > < I > return the OpenGL texture object for specified context< / I >
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline const uint < B > < A HREF = "#DOC.2.104.26" > getTextureObjectSize< / A > < / B > () const
2001-09-20 05:19:47 +08:00
< DD > < I > return the memory size of texture object.< / I >
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline void < B > < A HREF = "#DOC.2.104.28" > setSubloadMode< / A > < / B > (const <!1> < A HREF = "Texture.html#DOC.2.104.27" > SubloadMode< / A > mode)
2001-09-20 05:19:47 +08:00
< DD > < I > Set the texture subload mode.< / I >
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline const <!1> < A HREF = "Texture.html#DOC.2.104.27" > SubloadMode< / A > < B > < A HREF = "#DOC.2.104.29" > getSubloadMode< / A > < / B > () const
2001-09-20 05:19:47 +08:00
< DD > < I > Get the texture subload mode.< / I >
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline void < B > < A HREF = "#DOC.2.104.30" > setSubloadOffset< / A > < / B > (const int <!1> < A HREF = "Viewport.html#DOC.2.112.6" > x< / A > , const int <!1> < A HREF = "Viewport.html#DOC.2.112.7" > y< / A > )
2001-09-20 05:19:47 +08:00
< DD > < I > Set the texture subload offsets.< / I >
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline void < B > < A HREF = "#DOC.2.104.31" > getSubloadOffset< / A > < / B > (int& <!1> < A HREF = "Viewport.html#DOC.2.112.6" > x< / A > , int& <!1> < A HREF = "Viewport.html#DOC.2.112.7" > y< / A > ) const
2001-09-20 05:19:47 +08:00
< DD > < I > Get the texture subload offsets.< / I >
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline GLuint& < B > < A HREF = "#DOC.2.104.32" > getHandle< / A > < / B > (const uint contextID) const
2001-09-20 05:19:47 +08:00
< DD > < I > Get the handle to the texture object for the current context< / I >
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > void < B > < A HREF = "#DOC.2.104.33" > dirtyTextureObject< / A > < / B > ()
2001-09-20 05:19:47 +08:00
< DD > < I > Force a recompile on next apply() of associated OpenGL texture objects< / I >
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual void < B > < A HREF = "#DOC.2.104.34" > apply< / A > < / B > (<!1> < A HREF = "State.html" > State< / A > & state) const
2001-09-20 05:19:47 +08:00
< DD > < I > On first apply (unless already compiled), create the minmapped texture and bind it, subsequent apply will simple bind to texture< / I >
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual void < B > < A HREF = "#DOC.2.104.35" > compile< / A > < / B > (<!1> < A HREF = "State.html" > State< / A > & state) const
2001-09-20 05:19:47 +08:00
< DD > < I > Compile the texture mip maps.< / I >
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual void < B > < A HREF = "#DOC.2.104.36" > applyImmediateMode< / A > < / B > (<!1> < A HREF = "State.html" > State< / A > & state) const
2001-09-20 05:19:47 +08:00
< DD > < I > Method which does the creation of the texture itself, and does not set or use texture binding.< / I >
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > static void < B > < A HREF = "#DOC.2.104.37" > deleteTextureObject< / A > < / B > (uint contextID, GLuint handle)
2001-09-20 05:19:47 +08:00
< DD > < I > use deleteTextureObject instead of glDeleteTextures to allow OpenGL texture objects to cached until they can be deleted by the OpenGL context in which they were created, specified by contextID< / I >
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > static void < B > < A HREF = "#DOC.2.104.38" > flushDeletedTextureObjects< / A > < / B > (uint contextID)
2001-09-20 05:19:47 +08:00
< DD > < I > flush all the cached display list which need to be deleted in the OpenGL context related to contextID< / I >
< / DL > < / P >
< P > < DL >
< DT > < H3 > Public Members< / H3 > < DD > < DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > enum < B > < A HREF = "#DOC.2.104.12" > WrapParameter< / A > < / B >
2001-09-20 05:19:47 +08:00
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > enum < B > < A HREF = "#DOC.2.104.13" > WrapMode< / A > < / B >
2001-09-20 05:19:47 +08:00
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > enum < B > < A HREF = "#DOC.2.104.16" > FilterParameter< / A > < / B >
2001-09-20 05:19:47 +08:00
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > enum < B > < A HREF = "#DOC.2.104.17" > FilterMode< / A > < / B >
2001-09-20 05:19:47 +08:00
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > enum < B > < A HREF = "#DOC.2.104.20" > InternalFormatMode< / A > < / B >
2001-09-20 05:19:47 +08:00
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > enum < B > < A HREF = "#DOC.2.104.27" > SubloadMode< / A > < / B >
2001-09-20 05:19:47 +08:00
< / DL > < / P >
< P > < DL >
< DT > < H3 > Protected Fields< / H3 > < DD > < DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > mutable uint < B > < A HREF = "#DOC.2.104.42" > _textureObjectSize< / A > < / B >
2001-09-20 05:19:47 +08:00
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > mutable <!1> < A HREF = "ref_ptr.html" > ref_ptr< / A > < <!1> < A HREF = "Image.html" > Image< / A > > < B > < A HREF = "#DOC.2.104.43" > _image< / A > < / B >
2001-09-20 05:19:47 +08:00
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > unsigned int < B > < A HREF = "#DOC.2.104.44" > _textureUnit< / A > < / B >
2001-09-20 05:19:47 +08:00
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > <!1> < A HREF = "Texture.html#DOC.2.104.13" > WrapMode< / A > < B > < A HREF = "#DOC.2.104.45" > _wrap_s< / A > < / B >
2001-09-20 05:19:47 +08:00
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > <!1> < A HREF = "Texture.html#DOC.2.104.13" > WrapMode< / A > < B > < A HREF = "#DOC.2.104.46" > _wrap_t< / A > < / B >
2001-09-20 05:19:47 +08:00
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > <!1> < A HREF = "Texture.html#DOC.2.104.13" > WrapMode< / A > < B > < A HREF = "#DOC.2.104.47" > _wrap_r< / A > < / B >
2001-09-20 05:19:47 +08:00
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > <!1> < A HREF = "Texture.html#DOC.2.104.17" > FilterMode< / A > < B > < A HREF = "#DOC.2.104.48" > _min_filter< / A > < / B >
2001-09-20 05:19:47 +08:00
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > <!1> < A HREF = "Texture.html#DOC.2.104.17" > FilterMode< / A > < B > < A HREF = "#DOC.2.104.49" > _mag_filter< / A > < / B >
2001-09-20 05:19:47 +08:00
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > <!1> < A HREF = "Texture.html#DOC.2.104.20" > InternalFormatMode< / A > < B > < A HREF = "#DOC.2.104.50" > _internalFormatMode< / A > < / B >
2001-09-20 05:19:47 +08:00
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > int < B > < A HREF = "#DOC.2.104.51" > _internalFormatValue< / A > < / B >
2001-09-20 05:19:47 +08:00
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > mutable unsigned int < B > < A HREF = "#DOC.2.104.52" > _textureWidth< / A > < / B >
2001-09-20 05:19:47 +08:00
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > mutable unsigned int < B > < A HREF = "#DOC.2.104.53" > _textureHeight< / A > < / B >
2001-09-20 05:19:47 +08:00
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > <!1> < A HREF = "Texture.html#DOC.2.104.27" > SubloadMode< / A > < B > < A HREF = "#DOC.2.104.54" > _subloadMode< / A > < / B >
2001-09-20 05:19:47 +08:00
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > unsigned int < B > < A HREF = "#DOC.2.104.55" > _subloadOffsX< / A > < / B >
2001-09-20 05:19:47 +08:00
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > unsigned int < B > < A HREF = "#DOC.2.104.56" > _subloadOffsY< / A > < / B >
2001-09-20 05:19:47 +08:00
< / DL > < / P >
< P > < DL >
< DT > < H3 > Protected Methods< / H3 > < DD > < DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual < B > < A HREF = "#DOC.2.104.39" > ~Texture< / A > < / B > ()
2001-09-20 05:19:47 +08:00
< / DL > < / P >
< P > < DL >
< DT > < H3 > Protected Members< / H3 > < DD > < DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > typedef std::vector< GLuint> TextureNameList mutable TextureNameList < B > < A HREF = "#DOC.2.104.40" > _handleList< / A > < / B >
2001-09-20 05:19:47 +08:00
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > typedef std::vector< uint> ImageModifiedTag mutable ImageModifiedTag < B > < A HREF = "#DOC.2.104.41" > _modifiedTag< / A > < / B >
2001-09-20 05:19:47 +08:00
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > typedef std::map< uint,std::set< uint> > static DeletedTextureObjectCache DeletedTextureObjectCache < B > < A HREF = "#DOC.2.104.57" > s_deletedTextureObjectCache< / A > < / B >
2001-09-20 05:19:47 +08:00
< / DL > < / P >
< / DL >
< HR > < H3 > Inherited from < A HREF = "StateAttribute.html" > StateAttribute< / A > :< / H3 >
< DL >
2001-09-22 10:42:08 +08:00
< P > < DL >
< DT > < H3 > Public Methods< / H3 > < DD > < DT >
< IMG ALT = "o" SRC = icon2.gif > virtual <!1> < A HREF = "Object.html" > Object< / A > * < B > clone< / B > () const
< DT >
< IMG ALT = "o" SRC = icon2.gif > virtual bool < B > isSameKindAs< / B > (const <!1> < A HREF = "Object.html" > Object< / A > * obj) const
< DT >
< IMG ALT = "o" SRC = icon2.gif > virtual const char* < B > className< / B > () const
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "o" SRC = icon2.gif > virtual const <!1> < A HREF = "StateAttribute.html#DOC.2.96.5" > Type< / A > < B > getType< / B > () const
2001-09-22 10:42:08 +08:00
< DT >
< IMG ALT = "o" SRC = icon2.gif > bool < B > operator < < / B > (const <!1> < A HREF = "StateAttribute.html" > StateAttribute< / A > & rhs) const
< DT >
< IMG ALT = "o" SRC = icon2.gif > bool < B > operator == < / B > (const <!1> < A HREF = "StateAttribute.html" > StateAttribute< / A > & rhs) const
< DT >
< IMG ALT = "o" SRC = icon2.gif > bool < B > operator != < / B > (const <!1> < A HREF = "StateAttribute.html" > StateAttribute< / A > & rhs) const
< / DL > < / P >
2001-09-20 05:19:47 +08:00
< P > < DL >
< DT > < H3 > Public Members< / H3 > < DD > < DT >
< IMG ALT = "o" SRC = icon2.gif > typedef GLenum < B > GLMode< / B >
< DT >
< IMG ALT = "o" SRC = icon2.gif > typedef unsigned int < B > GLModeValue< / B >
< DT >
< IMG ALT = "o" SRC = icon2.gif > typedef unsigned int < B > OverrideValue< / B >
< DT >
< IMG ALT = "o" SRC = icon2.gif > enum < B > Values< / B >
< DT >
2001-09-22 10:42:08 +08:00
< IMG ALT = "o" SRC = icon2.gif > typedef unsigned int < B > Type< / B >
< DT >
< IMG ALT = "o" SRC = icon2.gif > enum < B > Types< / B >
2001-09-20 05:19:47 +08:00
< / DL > < / P >
< / DL >
< HR > < H3 > Inherited from < A HREF = "Object.html" > Object< / A > :< / H3 >
< DL >
< / DL >
< HR > < H3 > Inherited from < A HREF = "Referenced.html" > Referenced< / A > :< / H3 >
< DL >
< P > < DL >
< DT > < H3 > Public Methods< / H3 > < DD > < DT >
< IMG ALT = "o" SRC = icon2.gif > inline <!1> < A HREF = "Referenced.html" > Referenced< / A > & < B > operator = < / B > (<!1> < A HREF = "Referenced.html" > Referenced< / A > & )
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline void < B > ref< / B > () const
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline void < B > unref< / B > () const
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline const int < B > referenceCount< / B > () const
< / DL > < / P >
< P > < DL >
< DT > < H3 > Protected Fields< / H3 > < DD > < DT >
< IMG ALT = "o" SRC = icon2.gif > mutable int < B > _refCount< / B >
< / DL > < / P >
< / DL >
< A NAME = "DOC.DOCU" > < / A >
< HR >
< H2 > Documentation< / H2 >
< BLOCKQUOTE > Texture state class which encapsulates OpenGl texture functionality< / BLOCKQUOTE >
< DL >
< A NAME = "Texture" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.1" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > Texture()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
2001-09-22 10:42:08 +08:00
< A NAME = "META_StateAttribute" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.2" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > META_StateAttribute(<!1> < A HREF = "Texture.html" > Texture< / A > , (<!1> < A HREF = "StateAttribute.html#DOC.2.96.5" > Type< / A > )(<!1> < A HREF = "StateAttribute.html#DOC.2.96.6.2" > TEXTURE_0< / A > +<!1> < A HREF = "Texture.html#DOC.2.104.44" > _textureUnit< / A > ))< / B > < / TT >
2001-09-20 05:19:47 +08:00
< DL > < DT > < DD > < / DL > < P >
2001-09-22 10:42:08 +08:00
< A NAME = "compare" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.3" > < / A >
2001-09-22 10:42:08 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual int compare(const <!1> < A HREF = "StateAttribute.html" > StateAttribute< / A > & rhs) const < / B > < / TT >
< DD > return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs
2001-09-20 05:19:47 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "setStateSetModes" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.4" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual void setStateSetModes(<!1> < A HREF = "StateSet.html" > StateSet< / A > & ds, const <!1> < A HREF = "StateAttribute.html#DOC.2.96.2" > GLModeValue< / A > value) const < / B > < / TT >
2001-09-20 05:19:47 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "setImage" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.5" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void setImage(<!1> < A HREF = "Image.html" > Image< / A > * image)< / B > < / TT >
< DD > Set the texture image.
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getImage" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.6" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > <!1> < A HREF = "Image.html" > Image< / A > * getImage()< / B > < / TT >
< DD > Get the texture image.
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getImage" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.7" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline const <!1> < A HREF = "Image.html" > Image< / A > * getImage() const < / B > < / TT >
< DD > Get the const texture image.
< DL > < DT > < DD > < / DL > < P >
< A NAME = "copyTexImage2D" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.8" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void copyTexImage2D(<!1> < A HREF = "State.html" > State< / A > & state, int <!1> < A HREF = "Viewport.html#DOC.2.112.6" > x< / A > , int <!1> < A HREF = "Viewport.html#DOC.2.112.7" > y< / A > , int <!1> < A HREF = "Viewport.html#DOC.2.112.8" > width< / A > , int <!1> < A HREF = "Viewport.html#DOC.2.112.9" > height< / A > )< / B > < / TT >
2001-09-20 05:19:47 +08:00
< DD > Copy pixels into a 2D texture imageAs per glCopyTexImage2D.
Creates an OpenGL texture object from the current OpenGL background
framebuffer contents at pos \a x, \a y with width \a width and
height \a height. \a width and \a height must be a power of two.
< DL > < DT > < DD > < / DL > < P >
< A NAME = "copyTexSubImage2D" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.9" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void copyTexSubImage2D(<!1> < A HREF = "State.html" > State< / A > & state, int xoffset, int yoffset, int <!1> < A HREF = "Viewport.html#DOC.2.112.6" > x< / A > , int <!1> < A HREF = "Viewport.html#DOC.2.112.7" > y< / A > , int <!1> < A HREF = "Viewport.html#DOC.2.112.8" > width< / A > , int <!1> < A HREF = "Viewport.html#DOC.2.112.9" > height< / A > )< / B > < / TT >
2001-09-20 05:19:47 +08:00
< DD > Copy a two-dimensional texture subimage. As per glCopyTexSubImage2D.
2001-12-25 05:56:22 +08:00
Updates portion of an existing OpenGL texture object from the current OpenGL background
2001-09-20 05:19:47 +08:00
framebuffer contents at pos \a x, \a y with width \a width and
height \a height. \a width and \a height must be a power of two,
and writing into the texture with offset \a xoffset and \a yoffset.
< DL > < DT > < DD > < / DL > < P >
< A NAME = "setTextureUnit" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.10" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline void setTextureUnit(const unsigned int textureUnit)< / B > < / TT >
< DD > Set the texture unit.
Valid values are 0,1,2,3.
Default value of texture unit is 0.
note, multi-texturing not fully implemented yet... April 2001.
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getTextureUnit" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.11" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline const unsigned int getTextureUnit() const < / B > < / TT >
< DD > get the texture unit
< DL > < DT > < DD > < / DL > < P >
< A NAME = "WrapParameter" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.12" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > enum WrapParameter< / B > < / TT >
< DL > < DT > < DD > < / DL > < P > < DL >
< A NAME = "WRAP_S" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.12.1" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > WRAP_S< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "WRAP_T" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.12.2" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > WRAP_T< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "WRAP_R" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.12.3" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > WRAP_R< / B > < / TT >
< DL > < DT > < DD > < / DL > < P > < / DL >
< A NAME = "WrapMode" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.13" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > enum WrapMode< / B > < / TT >
< DL > < DT > < DD > < / DL > < P > < DL >
< A NAME = "CLAMP" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.13.1" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > CLAMP< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
2001-12-25 05:56:22 +08:00
< A NAME = "CLAMP_TO_EDGE" > < / A >
< A NAME = "DOC.2.104.13.2" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > CLAMP_TO_EDGE< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
2001-09-20 05:19:47 +08:00
< A NAME = "REPEAT" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.13.3" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > REPEAT< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "MIRROR" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.13.4" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > MIRROR< / B > < / TT >
< DL > < DT > < DD > < / DL > < P > < / DL >
< A NAME = "setWrap" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.14" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void setWrap(const <!1> < A HREF = "Texture.html#DOC.2.104.12" > WrapParameter< / A > which, const <!1> < A HREF = "Texture.html#DOC.2.104.13" > WrapMode< / A > wrap)< / B > < / TT >
2001-09-20 05:19:47 +08:00
< DD > Set the texture wrap mode
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getWrap" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.15" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > const <!1> < A HREF = "Texture.html#DOC.2.104.13" > WrapMode< / A > getWrap(const <!1> < A HREF = "Texture.html#DOC.2.104.12" > WrapParameter< / A > which) const < / B > < / TT >
2001-09-20 05:19:47 +08:00
< DD > Get the texture wrap mode
< DL > < DT > < DD > < / DL > < P >
< A NAME = "FilterParameter" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.16" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > enum FilterParameter< / B > < / TT >
< DL > < DT > < DD > < / DL > < P > < DL >
< A NAME = "MIN_FILTER" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.16.1" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > MIN_FILTER< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "MAG_FILTER" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.16.2" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > MAG_FILTER< / B > < / TT >
< DL > < DT > < DD > < / DL > < P > < / DL >
< A NAME = "FilterMode" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.17" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > enum FilterMode< / B > < / TT >
< DL > < DT > < DD > < / DL > < P > < DL >
< A NAME = "LINEAR" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.17.1" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > LINEAR< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "LINEAR_MIPMAP_LINEAR" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.17.2" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > LINEAR_MIPMAP_LINEAR< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "LINEAR_MIPMAP_NEAREST" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.17.3" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > LINEAR_MIPMAP_NEAREST< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "NEAREST" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.17.4" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > NEAREST< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "NEAREST_MIPMAP_LINEAR" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.17.5" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > NEAREST_MIPMAP_LINEAR< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "NEAREST_MIPMAP_NEAREST" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.17.6" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > NEAREST_MIPMAP_NEAREST< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "ANISOTROPIC" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.17.7" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > ANISOTROPIC< / B > < / TT >
< DL > < DT > < DD > < / DL > < P > < / DL >
< A NAME = "setFilter" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.18" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void setFilter(const <!1> < A HREF = "Texture.html#DOC.2.104.16" > FilterParameter< / A > which, const <!1> < A HREF = "Texture.html#DOC.2.104.17" > FilterMode< / A > filter)< / B > < / TT >
2001-09-20 05:19:47 +08:00
< DD > Set the texture filter mode
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getFilter" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.19" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > const <!1> < A HREF = "Texture.html#DOC.2.104.17" > FilterMode< / A > getFilter(const <!1> < A HREF = "Texture.html#DOC.2.104.16" > FilterParameter< / A > which) const < / B > < / TT >
2001-09-20 05:19:47 +08:00
< DD > Get the texture filter mode
< DL > < DT > < DD > < / DL > < P >
< A NAME = "InternalFormatMode" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.20" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > enum InternalFormatMode< / B > < / TT >
< DL > < DT > < DD > < / DL > < P > < DL >
< A NAME = "USE_IMAGE_DATA_FORMAT" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.20.1" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > USE_IMAGE_DATA_FORMAT< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "USE_USER_DEFINED_FORMAT" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.20.2" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > USE_USER_DEFINED_FORMAT< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "USE_ARB_COMPRESSION" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.20.3" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > USE_ARB_COMPRESSION< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "USE_S3TC_DXT1_COMPRESSION" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.20.4" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > USE_S3TC_DXT1_COMPRESSION< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "USE_S3TC_DXT3_COMPRESSION" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.20.5" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > USE_S3TC_DXT3_COMPRESSION< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "USE_S3TC_DXT5_COMPRESSION" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.20.6" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > USE_S3TC_DXT5_COMPRESSION< / B > < / TT >
< DL > < DT > < DD > < / DL > < P > < / DL >
< A NAME = "setInternalFormatMode" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.21" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline void setInternalFormatMode(const <!1> < A HREF = "Texture.html#DOC.2.104.20" > InternalFormatMode< / A > mode)< / B > < / TT >
2001-09-20 05:19:47 +08:00
< DD > Set the internal format mode.
Note, If the mode is set USE_IMAGE_DATA_FORMAT, USE_ARB_COMPRESSION,
USE_S3TC_COMPRESSION the internalFormat is automatically selected,
and will overwrite the previous _internalFormatValue.
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getInternalFormatMode" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.22" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline const <!1> < A HREF = "Texture.html#DOC.2.104.20" > InternalFormatMode< / A > getInternalFormatMode() const < / B > < / TT >
2001-09-20 05:19:47 +08:00
< DD > Get the internal format mode
< DL > < DT > < DD > < / DL > < P >
< A NAME = "setInternalFormatValue" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.23" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline void setInternalFormatValue(const int <!1> < A HREF = "Image.html#DOC.2.40.11" > internalFormat< / A > )< / B > < / TT >
2001-09-20 05:19:47 +08:00
< DD > Set the internal format to use when creating OpenGL textures.
Also sets the internalFormatMode to USE_USER_DEFINED_FORMAT.
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getInternalFormatValue" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.24" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline const int getInternalFormatValue() const < / B > < / TT >
< DD > Get the internal format to use when creating OpenGL textures
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getTextureObject" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.25" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline const uint getTextureObject(const uint contextID) const < / B > < / TT >
< DD > return the OpenGL texture object for specified context
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getTextureObjectSize" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.26" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline const uint getTextureObjectSize() const < / B > < / TT >
< DD > return the memory size of texture object.
Texture object size can be used for estimating the cost of
2001-12-25 05:56:22 +08:00
uploading the texture to graphics hardware, which in turn can
2001-09-20 05:19:47 +08:00
be used for setting texture residence priorities.
< DL > < DT > < DD > < / DL > < P >
< A NAME = "SubloadMode" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.27" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > enum SubloadMode< / B > < / TT >
< DL > < DT > < DD > < / DL > < P > < DL >
< A NAME = "OFF" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.27.1" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > OFF< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "AUTO" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.27.2" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > AUTO< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "IF_DIRTY" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.27.3" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > IF_DIRTY< / B > < / TT >
< DL > < DT > < DD > < / DL > < P > < / DL >
< A NAME = "setSubloadMode" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.28" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline void setSubloadMode(const <!1> < A HREF = "Texture.html#DOC.2.104.27" > SubloadMode< / A > mode)< / B > < / TT >
2001-09-20 05:19:47 +08:00
< DD > Set the texture subload mode.
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getSubloadMode" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.29" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline const <!1> < A HREF = "Texture.html#DOC.2.104.27" > SubloadMode< / A > getSubloadMode() const < / B > < / TT >
2001-09-20 05:19:47 +08:00
< DD > Get the texture subload mode.
< DL > < DT > < DD > < / DL > < P >
< A NAME = "setSubloadOffset" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.30" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline void setSubloadOffset(const int <!1> < A HREF = "Viewport.html#DOC.2.112.6" > x< / A > , const int <!1> < A HREF = "Viewport.html#DOC.2.112.7" > y< / A > )< / B > < / TT >
2001-09-20 05:19:47 +08:00
< DD > Set the texture subload offsets.
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getSubloadOffset" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.31" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline void getSubloadOffset(int& <!1> < A HREF = "Viewport.html#DOC.2.112.6" > x< / A > , int& <!1> < A HREF = "Viewport.html#DOC.2.112.7" > y< / A > ) const < / B > < / TT >
2001-09-20 05:19:47 +08:00
< DD > Get the texture subload offsets.
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getHandle" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.32" > < / A >
2001-09-22 10:42:08 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline GLuint& getHandle(const uint contextID) const < / B > < / TT >
2001-09-20 05:19:47 +08:00
< DD > Get the handle to the texture object for the current context
< DL > < DT > < DD > < / DL > < P >
< A NAME = "dirtyTextureObject" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.33" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void dirtyTextureObject()< / B > < / TT >
< DD > Force a recompile on next apply() of associated OpenGL texture objects
< DL > < DT > < DD > < / DL > < P >
< A NAME = "apply" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.34" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual void apply(<!1> < A HREF = "State.html" > State< / A > & state) const < / B > < / TT >
< DD > On first apply (unless already compiled), create the minmapped
texture and bind it, subsequent apply will simple bind to texture
< DL > < DT > < DD > < / DL > < P >
< A NAME = "compile" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.35" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual void compile(<!1> < A HREF = "State.html" > State< / A > & state) const < / B > < / TT >
< DD > Compile the texture mip maps. Implemented by simply calling apply().
< DL > < DT > < DD > < / DL > < P >
< A NAME = "applyImmediateMode" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.36" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual void applyImmediateMode(<!1> < A HREF = "State.html" > State< / A > & state) const < / B > < / TT >
< DD > Method which does the creation of the texture itself, and
does not set or use texture binding.
< DL > < DT > < DD > < / DL > < P >
< A NAME = "deleteTextureObject" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.37" > < / A >
2001-09-22 10:42:08 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > static void deleteTextureObject(uint contextID, GLuint handle)< / B > < / TT >
2001-09-20 05:19:47 +08:00
< DD > use deleteTextureObject instead of glDeleteTextures to allow
OpenGL texture objects to cached until they can be deleted
by the OpenGL context in which they were created, specified
by contextID
< DL > < DT > < DD > < / DL > < P >
< A NAME = "flushDeletedTextureObjects" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.38" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > static void flushDeletedTextureObjects(uint contextID)< / B > < / TT >
< DD > flush all the cached display list which need to be deleted
in the OpenGL context related to contextID
< DL > < DT > < DD > < / DL > < P >
< A NAME = "~Texture" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.39" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual ~Texture()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_handleList" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.40" > < / A >
2001-09-22 10:42:08 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > typedef std::vector< GLuint> TextureNameList mutable TextureNameList _handleList< / B > < / TT >
2001-09-20 05:19:47 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_modifiedTag" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.41" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > typedef std::vector< uint> ImageModifiedTag mutable ImageModifiedTag _modifiedTag< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_textureObjectSize" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.42" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > mutable uint _textureObjectSize< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_image" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.43" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > mutable <!1> < A HREF = "ref_ptr.html" > ref_ptr< / A > < <!1> < A HREF = "Image.html" > Image< / A > > _image< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_textureUnit" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.44" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > unsigned int _textureUnit< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_wrap_s" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.45" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > <!1> < A HREF = "Texture.html#DOC.2.104.13" > WrapMode< / A > _wrap_s< / B > < / TT >
2001-09-20 05:19:47 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_wrap_t" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.46" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > <!1> < A HREF = "Texture.html#DOC.2.104.13" > WrapMode< / A > _wrap_t< / B > < / TT >
2001-09-20 05:19:47 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_wrap_r" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.47" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > <!1> < A HREF = "Texture.html#DOC.2.104.13" > WrapMode< / A > _wrap_r< / B > < / TT >
2001-09-20 05:19:47 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_min_filter" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.48" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > <!1> < A HREF = "Texture.html#DOC.2.104.17" > FilterMode< / A > _min_filter< / B > < / TT >
2001-09-20 05:19:47 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_mag_filter" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.49" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > <!1> < A HREF = "Texture.html#DOC.2.104.17" > FilterMode< / A > _mag_filter< / B > < / TT >
2001-09-20 05:19:47 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_internalFormatMode" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.50" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > <!1> < A HREF = "Texture.html#DOC.2.104.20" > InternalFormatMode< / A > _internalFormatMode< / B > < / TT >
2001-09-20 05:19:47 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_internalFormatValue" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.51" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > int _internalFormatValue< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_textureWidth" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.52" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > mutable unsigned int _textureWidth< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_textureHeight" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.53" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > mutable unsigned int _textureHeight< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_subloadMode" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.54" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > <!1> < A HREF = "Texture.html#DOC.2.104.27" > SubloadMode< / A > _subloadMode< / B > < / TT >
2001-09-20 05:19:47 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_subloadOffsX" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.55" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > unsigned int _subloadOffsX< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_subloadOffsY" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.56" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > unsigned int _subloadOffsY< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "s_deletedTextureObjectCache" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.104.57" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > typedef std::map< uint,std::set< uint> > static DeletedTextureObjectCache DeletedTextureObjectCache s_deletedTextureObjectCache< / B > < / TT >
< DL > < DT > < DD > < / DL > < P > < / DL >
< HR > < DL > < DT > < B > This class has no child classes.< / B > < / DL >
< DL > < DT > < DD > < / DL > < P > < P > < I > < A HREF = "index.html" > Alphabetic index< / A > < / I > < I > < A HREF = "HIER.html" > HTML hierarchy of classes< / A > or < A HREF = "HIERjava.html" > Java< / A > < / I > < / P > < HR >
< BR >
This page was generated with the help of < A HREF = "http://docpp.sourceforge.net" > DOC++< / A > .
< / BODY >
< / HTML >