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

Public Attributes

WGPUTexture FontTexture = nullptr
 
WGPUTextureView FontTextureView = nullptr
 
WGPUSampler Sampler = nullptr
 
WGPUBuffer Uniforms = nullptr
 
WGPUBindGroup CommonBindGroup = nullptr
 
ImGuiStorage ImageBindGroups
 
WGPUBindGroup ImageBindGroup = nullptr
 
WGPUBindGroupLayout ImageBindGroupLayout = nullptr
 

Member Data Documentation

◆ CommonBindGroup

WGPUBindGroup RenderResources::CommonBindGroup = nullptr

◆ FontTexture

WGPUTexture RenderResources::FontTexture = nullptr

◆ FontTextureView

WGPUTextureView RenderResources::FontTextureView = nullptr

◆ ImageBindGroup

WGPUBindGroup RenderResources::ImageBindGroup = nullptr

◆ ImageBindGroupLayout

WGPUBindGroupLayout RenderResources::ImageBindGroupLayout = nullptr

◆ ImageBindGroups

ImGuiStorage RenderResources::ImageBindGroups

◆ Sampler

WGPUSampler RenderResources::Sampler = nullptr

◆ Uniforms

WGPUBuffer RenderResources::Uniforms = nullptr

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