struct ImTextureRect

Overview

#include <imgui.h>

struct ImTextureRect
{
    // fields

    unsigned short x;
    unsigned short y;
    unsigned short w;
    unsigned short h;
};