linker

link shaders into program

Element Information

Model

Children: binary

Attributes

QName Type Fixed Default Use Inheritable Annotation
options xs:string optional
compiler or linker options
platform xs:string required
Name of sub-platform.  May be identical to the platform_series
target xs:string optional
compiler or linker results symbol.  Ex arbvp1, arbfp1, glslv, glslf, hlslv, hlslf, vs_3_0, ps_3_0

Source

<xs:element name="linker" type="fx_target_type" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>link shaders into program</xs:documentation>
  </xs:annotation>
</xs:element>

Sample