struct ImGui_ImplWGPU_Texture

Overview

struct ImGui_ImplWGPU_Texture
{
    // fields

    WGPUTexture Texture = nullptr;
    WGPUTextureView TextureView = nullptr;
};