struct RenderResources

Overview

struct RenderResources
{
    // fields

    WGPUSampler Sampler = nullptr;
    WGPUBuffer Uniforms = nullptr;
    WGPUBindGroup CommonBindGroup = nullptr;
    ImGuiStorage ImageBindGroups;
    WGPUBindGroupLayout ImageBindGroupLayout = nullptr;
};