Skip to content

Incorrect type for ImTextureID #509

@CasualPokePlayer

Description

@CasualPokePlayer

ImTextureID was changed to ImU64 (i.e. always 64 bits) since v1.91.4. Before, it was a void*. ImGui.NET generation has ImTextureID map to IntPtr, correct for older versions of ImGui, but not newer versions (including the latest v1.91.6.1 release). For newer versions, it should be a ulong rather.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions