Added basic documentation on async / parallel

This commit is contained in:
Alejandro Saucedo 2020-10-17 12:37:34 +01:00
parent f4275e2c31
commit c6695f130c
4 changed files with 118 additions and 13 deletions

View file

@ -15,7 +15,8 @@ Index
Mobile App Intergration (Android) <overview/mobile-android>
Game Engine Integration (Godot Engine) <overview/game-engine-godot>
Converting GLSL/HLSL Shaders to C++ Headers <overview/shaders-to-headers>
Class Reference <overview/reference>
Memory management principles <overview/memory-management>
Asynchronous & Parallel Operations <overview/async-parallel>
Class Documentation and C++ Reference <overview/reference>
Memory Management Principles <overview/memory-management>
Code Index <genindex>