Correct Markdown typo
This commit is contained in:
parent
6e176f33c5
commit
2fddf6a0be
@ -164,7 +164,7 @@ Syntax | Description
|
|||||||
`nop` | No operation.
|
`nop` | No operation.
|
||||||
`end` | Signals the end of the program.
|
`end` | Signals the end of the program.
|
||||||
`emit` | (Geoshader-only) Emits a vertex configured by a prior `setemit`.
|
`emit` | (Geoshader-only) Emits a vertex configured by a prior `setemit`.
|
||||||
`setemit vtxId, emitFlags | (Geoshader-only) Configures a vertex for emission. The `emitFlags` parameter can be omitted.
|
`setemit vtxId, emitFlags` | (Geoshader-only) Configures a vertex for emission. The `emitFlags` parameter can be omitted.
|
||||||
`add rDest, rSrc1, rSrc2` |
|
`add rDest, rSrc1, rSrc2` |
|
||||||
`dp3 rDest, rSrc1, rSrc2` |
|
`dp3 rDest, rSrc1, rSrc2` |
|
||||||
`dp4 rDest, rSrc1, rSrc2` |
|
`dp4 rDest, rSrc1, rSrc2` |
|
||||||
|
Loading…
Reference in New Issue
Block a user