From 11f2f1e52192e7aef7963a79438b656c523f0247 Mon Sep 17 00:00:00 2001 From: Tillmann Karras Date: Sat, 2 Dec 2017 03:28:10 +0000 Subject: [PATCH] Fix typos in manual --- Manual.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Manual.md b/Manual.md index 098e18f..7905ee6 100644 --- a/Manual.md +++ b/Manual.md @@ -161,7 +161,7 @@ Reserves a new floating-point vector uniform to be preloaded with the specified Reserves a new integer vector uniform to be preloaded with the specified constant; creates an alias for it that points to the allocated register. Example: ``` -.constf loopParams(16, 0, 1, 0) +.consti loopParams(16, 0, 1, 0) ``` ### .constfa @@ -309,7 +309,6 @@ Syntax | Description `min rDest, rSrc1, rSrc2` | `ex2 rDest, rSrc1` | `lg2 rDest, rSrc1` | -`ex2 rDest, rSrc1` | `flr rDest, rSrc1` | `rcp rDest, rSrc1` | `rsq rDest, rSrc1` |