mirror of
https://github.com/ocornut/imgui.git
synced 2026-02-07 04:17:24 +00:00
Examples: standardized all examples to have a base window size of 1280x800.
This commit is contained in:
@@ -37,7 +37,7 @@ static WGPUSurface wgpu_surface = nullptr;
|
||||
static WGPUTextureFormat wgpu_preferred_fmt = WGPUTextureFormat_RGBA8Unorm;
|
||||
static WGPUSwapChain wgpu_swap_chain = nullptr;
|
||||
static int wgpu_swap_chain_width = 1280;
|
||||
static int wgpu_swap_chain_height = 720;
|
||||
static int wgpu_swap_chain_height = 800;
|
||||
|
||||
// Forward declarations
|
||||
static bool InitWGPU(GLFWwindow* window);
|
||||
|
||||
Reference in New Issue
Block a user