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:
@@ -206,6 +206,8 @@ impl Painter {
|
||||
triangles: &Triangles,
|
||||
texture: &egui::Texture,
|
||||
) {
|
||||
debug_assert!(triangles.is_valid());
|
||||
|
||||
let vertex_buffer = {
|
||||
#[derive(Copy, Clone)]
|
||||
struct Vertex {
|
||||
|
||||
Reference in New Issue
Block a user