Skip to content

imgui 1.92.0 ImTextureID #326

@Luksx

Description

@Luksx

with 1.92.0 imgui release there was a change in ImTextureID to ImTextureRef
Since this change, it does not build.

All API functions taking a ImTextureID parameter are now taking a 'ImTextureRef`:
ImTextureRef is a small composite structure which may be constructed from a ImTextureID (or constructed from a ImTextureData* which represent a texture which will generally be ready by the time of rendering).

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