fixed: auto_ptr -> unique_ptr
[opensg.git] / Source / System / State / Shader / Variables / OSGShaderVariableUInt.fcd
blob5bf2f657917a6b3c73a1303de684fa02e40d8506
1 <?xml version="1.0"?>
3 <FieldContainer
4 name="ShaderVariableUInt"
5 parent="ShaderValueVariable"
6 library="System"
7 pointerfieldtypes="both"
8 structure="concrete"
9 systemcomponent="true"
10 parentsystemcomponent="true"
11 decoratable="false"
12 useLocalIncludes="false"
13 docGroupBase="GrpSystemShader"
15 <Field
16 name="value"
17 type="UInt32"
18 cardinality="single"
19 visibility="external"
20 access="public"
22 parameter value
23 </Field>
24 </FieldContainer>