Unravel Engine C++ Reference
Loading...
Searching...
No Matches
ImGui::ImTexture Union Reference

#include <imgui.h>

Public Attributes

struct { 
 
   gfx::texture_handle   handle 
 
   gfx::program_handle   phandle 
 
   uint8_t   flags 
 
   uint8_t   mip 
 
   uint8_t   index 
 
s 
 
ImTextureID id
 

Detailed Description

Definition at line 74 of file imgui.h.

Member Data Documentation

◆ flags

uint8_t ImGui::ImTexture::flags

Definition at line 80 of file imgui.h.

◆ handle

gfx::texture_handle ImGui::ImTexture::handle

Definition at line 78 of file imgui.h.

◆ id

ImTextureID ImGui::ImTexture::id

Definition at line 84 of file imgui.h.

◆ index

uint8_t ImGui::ImTexture::index

Definition at line 82 of file imgui.h.

◆ mip

uint8_t ImGui::ImTexture::mip

Definition at line 81 of file imgui.h.

◆ phandle

gfx::program_handle ImGui::ImTexture::phandle

Definition at line 79 of file imgui.h.

◆ [struct]

struct { ... } ImGui::ImTexture::s

The documentation for this union was generated from the following file: