Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pixeljetstream committed Apr 17, 2015
1 parent 220d389 commit 76c1079
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -91,10 +91,11 @@ As well as initialization and state update functions:
- Sample::initCommandListMinimal()
- Sample::updateCommandListStateMinimal()
- Sample::initCommandList()
- Sample::updateCommandListState()
The ''Minimal'' functions are used if the emulation layer is disabled via ```#define ALLOW_EMULATION_LAYER 0``` on top of the file. They represent the bare minimum work to do and don't make sue of the nvtoken helper classes.
The ''Minimal'' functions are used if the emulation layer is disabled via ```#define ALLOW_EMULATION_LAYER 0``` on top of the file. They represent the bare minimum work to do and don't make use of the nvtoken helper classes.
The emulation layer allows to roughly get an idea how the glDrawCommands* and glStateCapture work internally, and also aids debugging as the tokens are never error-checked. Customizing this emulation may also be useful as permanent compatibility layer for driver/hardware combinations which do not run the extension natively.
Expand Down

0 comments on commit 76c1079

Please sign in to comment.