1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 05:10:03 -04:00

WIP: move 3d rendering example into egui_demo_lib

This commit is contained in:
Emil Ernerfeldt
2022-03-20 23:01:40 +01:00
parent 4922b1912b
commit 3ff55be4be
11 changed files with 278 additions and 58 deletions

View File

@@ -1,4 +1,4 @@
//! Example how to use [`epi::NativeTexture`] with glium.
//! Example how to use native textures with glium painter.
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")] // hide console window on Windows in release