mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-09 23:54:20 +00:00
Examples: GLFW+WGPU: various tweaks to reduce diff with #8381
This commit is contained in:
parent
2b770a029b
commit
5af650fc6d
3 changed files with 36 additions and 31 deletions
|
|
@ -32,7 +32,7 @@
|
|||
// Initialization data, for ImGui_ImplWGPU_Init()
|
||||
struct ImGui_ImplWGPU_InitInfo
|
||||
{
|
||||
WGPUDevice Device;
|
||||
WGPUDevice Device = nullptr;
|
||||
int NumFramesInFlight = 3;
|
||||
WGPUTextureFormat RenderTargetFormat = WGPUTextureFormat_Undefined;
|
||||
WGPUTextureFormat DepthStencilFormat = WGPUTextureFormat_Undefined;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue