changed: gcc8 base update
[opensg.git] / Source / System / Window / Passive / OSGPassiveBackground.fcd
blob6d3f315257663530cc04bf22585d5c8631c8a3de
1 <?xml version="1.0" ?>
3 <FieldContainer
4 name="PassiveBackground"
5 parent="Background"
6 library="Window"
7 structure="concrete"
8 pointerfieldtypes="single"
9 systemcomponent="true"
10 parentsystemcomponent="true"
11 docGroupBase="GrpWindowPassive"
13 A background that does nothing within the clear call, thus it also has no
14 Fields at all. It is mainly used to stack viewports on top of each other,
15 i.e. it makes it possible to have two viewports on top of each other to
16 generate a single combined image. See \ref
17 PageSystemWindowBackgroundPassive
19 <Field
20 name="clearFrameBufferObject"
21 type="bool"
22 cardinality="single"
23 visibility="external"
24 defaultValue="false"
25 access="public"
27 If used inside an FBO blit from the framebuffer
28 </Field>
29 <Field
30 name="clearCallback"
31 type="RenderFunctorCallback"
32 cardinality="single"
33 visibility="external"
34 access="none"
36 Inherited the parent target if none is set
37 </Field>
38 </FieldContainer>