| Microsoft DirectX 8.1 (C++) |
Technique descriptions have the following syntax.
{type} {id};
{type} {id} = {const};
TECHNIQUE {id}
{
PASS {id}
{
{state} = {const};
{state}[{n}] = {const};
{state} = <{id}>;
{state}[{n}] = <{id}>;
}
}