diff options
| author | DiligentGraphics <egor.yusov@gmail.com> | 2018-12-23 19:46:09 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-23 19:46:09 +0000 |
| commit | a816ecf0618c8a3abe8b0c6e43acf59d734fb8a0 (patch) | |
| tree | 16e8ae62c29c16cf8c8f55a737b2be34265140a9 | |
| parent | Updated readme: added table of contents and Contributing section (diff) | |
| download | DiligentCore-a816ecf0618c8a3abe8b0c6e43acf59d734fb8a0.tar.gz DiligentCore-a816ecf0618c8a3abe8b0c6e43acf59d734fb8a0.zip | |
Fixed TOC in readme
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,10 +28,10 @@ so it must always be handled first. - [iOS](#initialization_ios) - [Attaching to Already Initialized Graphics API](#initialization_attaching) - [Destroying the Engine](#initialization_destroying) + - [Creating Resources](#creating_resources) - [Initializing Pipeline State](#initializing_pso) - [Creating Shaders](#creating_shaders) - [Creating Pipeline State Object](#creating_pso) - - [Creating Resources](#creating_resources) - [Binding Shader Resources](#binding_resources) - [Setting the Pipeline State and Invoking Draw Command](#draw_command) - [Low-level API interoperability](#low_level_api_interoperability) |
