| 600 | } |
| 601 | |
| 602 | void ImDrawList::PushTextureID(ImTextureID texture_id) |
| 603 | { |
| 604 | _TextureIdStack.push_back(texture_id); |
| 605 | _CmdHeader.TextureId = texture_id; |
| 606 | _OnChangedTextureID(); |
| 607 | } |
| 608 | |
| 609 | void ImDrawList::PopTextureID() |
| 610 | { |
no outgoing calls
no test coverage detected