The include element is used to import source code or precompiled binary shaders into the FX Runtime by referencing an external resource.
Java class for fx_include_common complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="fx_include_common">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="sid" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<attribute name="url" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
|