MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / GetTexID

Method GetTexID

KBotExt/imgui/imgui.h:2533–2533  ·  view source on GitHub ↗

Since 1.83: returns ImTextureID associated with this draw call. Warning: DO NOT assume this is always same as 'TextureId' (we will change this function for an upcoming feature)

Source from the content-addressed store, hash-verified

2531
2532 // Since 1.83: returns ImTextureID associated with this draw call. Warning: DO NOT assume this is always same as 'TextureId' (we will change this function for an upcoming feature)
2533 inline ImTextureID GetTexID() const { return TextureId; }
2534};
2535
2536// Vertex layout

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected