fixed: auto_ptr -> unique_ptr
[opensg.git] / Source / System / State / Base / OSGTextureBaseChunk.fcd
bloba8d5ab4fcc509bcf5539e6c81d632e96a3b15772
1 <?xml version="1.0"?>
3 <FieldContainer
4 name="TextureBaseChunk"
5 parent="StateChunk"
6 library="System"
7 pointerfieldtypes="both"
8 structure="abstract"
9 systemcomponent="true"
10 parentsystemcomponent="true"
11 decoratable="false"
12 useLocalIncludes="false"
13 docGroupBase="GrpSystemState"
16 See \ref PageSystemTextureBaseChunk for a description.
17 <Field
18 name="target"
19 type="GLenum"
20 cardinality="single"
21 visibility="external"
22 defaultValue="GL_NONE"
23 defaultHeader="&quot;OSGGL.h&quot;"
24 access="public"
26 Texture target. Overwrite automatically determined texture target
27 based on the parameters of the assigned image if set to anything
28 else than GL_NONE. Used for nVidia's rectangle textures. Be careful
29 when using it!
30 </Field>
31 </FieldContainer>