moved over to the enum method of drawing. Not flexible, but type safe
This commit is contained in:
45
notes/VKProcessor/CanvasContainerClasses.txt
Normal file
45
notes/VKProcessor/CanvasContainerClasses.txt
Normal file
@@ -0,0 +1,45 @@
|
||||
Content-Type: text/x-zim-wiki
|
||||
Wiki-Format: zim 0.4
|
||||
Creation-Date: 2020-02-04T19:34:27-08:00
|
||||
|
||||
====== CanvasContainerClasses ======
|
||||
|
||||
[[/doc/sfml_rust/canvas/canvas_buffer/index.html|Documentation]]
|
||||
|
||||
===== Details =====
|
||||
The Canvas needs to package certain buffers along with their metadata. These take the form of **Canvas Buffers**.
|
||||
|
||||
All buffers will have a coupled handle type stored in the [[/src/canvas/mod.rs|canvas/mod.rs]] and a reference to that handle
|
||||
|
||||
|
||||
|
||||
===== CanvasImage =====
|
||||
|
||||
|
||||
===== CanvasTexture =====
|
||||
|
||||
|
||||
===== CanvasFont =====
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
===== Details =====
|
||||
Container class for
|
||||
|
||||
**<notes>**
|
||||
|
||||
|
||||
--------------------
|
||||
|
||||
===== Data =====
|
||||
|
||||
**Borrowed:**
|
||||
|
||||
**Owns:**
|
||||
|
||||
--------------------
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user