documenting

This commit is contained in:
2020-02-04 00:21:15 -08:00
parent da836f318e
commit 4b8fffc6bf
16 changed files with 378 additions and 40 deletions

30
notes/CompuState.txt Normal file
View File

@@ -0,0 +1,30 @@
Content-Type: text/x-zim-wiki
Wiki-Format: zim 0.4
Creation-Date: 2020-02-03T22:18:20-08:00
====== CompuState ======
[[~/source/Trac3r-rust/doc/sfml_rust/compu_state/struct.CompuState.html|Documentation]]
===== Details =====
Compustate is a very simplified sibling to the CanvasState. We only hold the binary [[~/source/Trac3r-rust/doc/sfml_rust/compu_buffer/struct.CompuBuffers.html|CompuBuffers]] and the compiled kernels to compute them.
--------------------
===== Data =====
**Borrowed:**
device
**Owns:**
[[~/source/Trac3r-rust/doc/sfml_rust/compu_buffer/struct.CompuBuffers.html|CompuBuffers]]
CompuKernel
--------------------