fixed: auto_ptr -> unique_ptr
[opensg.git] / Source / System / Material / Base / OSGPrimeMaterial.fcd
blob44b260da69fda3f6dc1ecbb33c59a37a48f6615e
1 <?xml version="1.0"?>
3 <FieldContainer
4 name="PrimeMaterial"
5 parent="Material"
6 library="System"
7 structure="abstract"
8 pointerfieldtypes="both"
9 systemcomponent="true"
10 parentsystemcomponent="true"
11 decoratable="false"
12 useLocalIncludes="false"
13 docGroupBase="GrpSystemMaterial"
15 <Field
16 name="coreGLChunkLimit"
17 type="UInt32"
18 cardinality="single"
19 visibility="external"
20 defaultValue="4096"
21 access="public"
23 </Field>
24 </FieldContainer>