Surface FX Composer 2 extension
| Extension information |
|---|
|
| This article is part of the COLLADA extensions directory |
| Adding to the extensions directory |
This extra at the surface level is used to define the name of the shared surface to use for the current parameter.
| <share> Attributes | Description |
|---|---|
| name | The name of the shared surface |
Example
<setparam ref="SurfColorAmbient">
<surface type="2D">
<init_as_target/>
<format>X8B8G8R8</format>
<viewport_ratio>1 1</viewport_ratio>
<extra type="share">
<technique profile="NVIDIA_FXCOMPOSER">
<share name="SharedSurface"/>
</technique>
</extra>
</surface>
</setparam>