bringing docs up to date

This commit is contained in:
2020-02-13 17:14:29 -08:00
parent 659cd98a1f
commit fcfa40e335
112 changed files with 869 additions and 1837 deletions

View File

@@ -26,16 +26,17 @@ Vk Processors is a do_all class for interaction with the render window, vulkan s
queue
**Owns:**
[[+CanvasState]]
[[+CompuState]]
[[+CanvasState|CanvasState]]
[[+CompuState|CompuState]]
--------------------
===== CanvasState =====
<[[+CanvasState]]>:[[~/source/Trac3r-rust/doc/sfml_rust/canvas/canvas_state/index.html|docs]]
<[[+CanvasState|CanvasState]]>:[[~/source/Trac3r-rust/doc/sfml_rust/canvas/canvas_state/index.html|docs]]
* Is used for storage of texture and image buffers in addition to vertex buffers
* Also contains logic for writing the stored buffers to the command_buffer
* Stores the texture, image, and font buffers.
* Has interface for Frame based draws
* Holds compiled shaders
===== CompuState =====