ImDrawList_PopTextureID function

void ImDrawList_PopTextureID(
  1. Pointer<ImDrawList> self
)
void ImDrawList_PopTextureID(
 ImDrawList* self
);

Implementation

void ImDrawList_PopTextureID(Pointer<ImDrawList> self) =>
    _ImDrawList_PopTextureID(self);