45 lines
689 B
Plaintext
45 lines
689 B
Plaintext
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:**
|
|
|
|
--------------------
|
|
|
|
|
|
|