MCPcopy Create free account
hub / github.com/RenderKit/embree / GetTexID

Method GetTexID

tutorials/common/imgui/imgui.h:2409–2409  ·  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

2407
2408 // 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)
2409 inline ImTextureID GetTexID() const { return TextureId; }
2410};
2411
2412// Vertex layout

Calls

no outgoing calls

Tested by

no test coverage detected