You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
689 B
45 lines
689 B
5 years ago
|
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:**
|
||
|
|
||
|
--------------------
|
||
|
|
||
|
|
||
|
|