Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
ImGui_ImplWGPU_Data Struct Reference
Collaboration diagram for ImGui_ImplWGPU_Data:
[legend]

Public Attributes

ImGui_ImplWGPU_InitInfo initInfo
 
WGPUDevice wgpuDevice = nullptr
 
WGPUQueue defaultQueue = nullptr
 
WGPUTextureFormat renderTargetFormat = WGPUTextureFormat_Undefined
 
WGPUTextureFormat depthStencilFormat = WGPUTextureFormat_Undefined
 
WGPURenderPipeline pipelineState = nullptr
 
RenderResources renderResources
 
FrameResourcespFrameResources = nullptr
 
unsigned int numFramesInFlight = 0
 
unsigned int frameIndex = UINT_MAX
 

Member Data Documentation

◆ defaultQueue

WGPUQueue ImGui_ImplWGPU_Data::defaultQueue = nullptr

◆ depthStencilFormat

WGPUTextureFormat ImGui_ImplWGPU_Data::depthStencilFormat = WGPUTextureFormat_Undefined

◆ frameIndex

unsigned int ImGui_ImplWGPU_Data::frameIndex = UINT_MAX

◆ initInfo

ImGui_ImplWGPU_InitInfo ImGui_ImplWGPU_Data::initInfo

◆ numFramesInFlight

unsigned int ImGui_ImplWGPU_Data::numFramesInFlight = 0

◆ pFrameResources

FrameResources* ImGui_ImplWGPU_Data::pFrameResources = nullptr

◆ pipelineState

WGPURenderPipeline ImGui_ImplWGPU_Data::pipelineState = nullptr

◆ renderResources

RenderResources ImGui_ImplWGPU_Data::renderResources

◆ renderTargetFormat

WGPUTextureFormat ImGui_ImplWGPU_Data::renderTargetFormat = WGPUTextureFormat_Undefined

◆ wgpuDevice

WGPUDevice ImGui_ImplWGPU_Data::wgpuDevice = nullptr

The documentation for this struct was generated from the following file:
Untitled