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)
| 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 |
no outgoing calls
no test coverage detected