This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using ImGuiNET; | |
using Veldrid; | |
using Veldrid.StartupUtilities; | |
class Program | |
{ | |
static void Main(string[] args) | |
{ | |
VeldridStartup.CreateWindowAndGraphicsDevice( | |
new WindowCreateInfo(100, 100, 1280, 720, Veldrid.WindowState.Normal, "ImGui Example"), |
OlderNewer