changed: gcc8 base update
[opensg.git] / Source / System / Window / Background / OSGFBOBackground.fcd
blob314e4ea5a77c2f4fc5889d8da92888b40ae38700
1 <?xml version="1.0" ?>
3 <FieldContainer
4 name="FBOBackground"
5 parent="Background"
6 library="Window"
7 structure="concrete"
8 pointerfieldtypes="single"
9 systemcomponent="true"
10 parentsystemcomponent="true"
11 docGroupBase="GrpWindowPassive"
13 <Field
14 name="frameBufferObject"
15 type="FrameBufferObjectPtr"
16 cardinality="single"
17 visibility="external"
18 access="public"
20 The FramebufferObject to clear from.
21 </Field>
22 </FieldContainer>