MCPcopy Create free account
hub / github.com/Wemino/MarkerPatch / DebugTextureIDToU64

Method DebugTextureIDToU64

include/imgui/imgui.cpp:16387–16392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16385}
16386
16387ImU64 ImGui::DebugTextureIDToU64(ImTextureID tex_id)
16388{
16389 ImU64 v = 0;
16390 memcpy(&v, &tex_id, ImMin(sizeof(ImU64), sizeof(ImTextureID)));
16391 return v;
16392}
16393
16394static const char* FormatTextureRefForDebugDisplay(char* buf, int buf_size, ImTextureRef tex_ref)
16395{

Callers

nothing calls this directly

Calls 1

ImMinFunction · 0.85

Tested by

no test coverage detected