1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-28 07:23:13 -04:00

[docs] Improve README.md and documentation

This commit is contained in:
Emil Ernerfeldt
2020-08-21 18:53:43 +02:00
parent ad9783a33d
commit 73cea29f7d
15 changed files with 366 additions and 189 deletions

View File

@@ -206,6 +206,8 @@ impl Painter {
triangles: &Triangles,
texture: &egui::Texture,
) {
debug_assert!(triangles.is_valid());
let vertex_buffer = {
#[derive(Copy, Clone)]
struct Vertex {