Type Definition aflak_imgui::ImTextureID[][src]

type ImTextureID = *mut c_void;

User data to identify a texture

Trait Implementations

impl ImTexture for ImTextureID
[src]

We implement ImTexture for ImTextureID one only to be able to use it on the ID of the font texture (as is).

Query texture size, in pixels (for convenience)