fixed: auto_ptr -> unique_ptr
[opensg.git] / Source / System / State / Shader / Variables / OSGShaderVariableBool.fcd
blob6de4726ffe26ca4ef64f3d315125c39d6f2b5b27
1 <?xml version="1.0"?>
3 <FieldContainer
4 name="ShaderVariableBool"
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="bool"
18 cardinality="single"
19 visibility="external"
20 access="public"
22 parameter value
23 </Field>
24 </FieldContainer>