DirectX11Effect
Description
- Derived from
-
DirectXEffect<TParameters, DirectX11BlendState, DirectX11DepthStencilState, DirectX11RasterizerState, DirectX11SamplerState> abstract
- Extended by
-
Example_DirectX11Effect sealed
Full source code is included in the Tinman 3D SDK download. |
Abstract base class for Direct3D 11 IRenderEffect implementations.
An implementing class must perform the following steps in its constructor:
-
Create input signatures with SignatureCreate.
Public / Methods
SignatureCreate
Creates a new shader input signature.
All subsequently created VS shader objects will use the same input signature, until SignatureCreate is called again. Calling SignatureCreate multiple times without creating shader objects in between is valid and will not create redundant signatures. If the same signature shall be used for all shader object, this method does not need to be called.