Fix incorrect ImDrawData method return type by SpaiR · Pull Request #272 · SpaiR/imgui-java
Navigation Menu
{{ message }}
SpaiR / imgui-java Public
- Notifications You must be signed in to change notification settings
- Fork 134
Merged
Fix incorrect ImDrawData method return type#272
Fix incorrect ImDrawData method return type#272
Conversation
Copy link
Owner
SpaiR
commented
Sep 23, 2024
SpaiR
commented
Method getCmdListCmdBufferTextureId must return long to be consistent with API in general.
fixes #271
Type of change
- Minor changes or tweaks (quality of life stuff)
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to not work as expected)
- This change requires a documentation update
…n type Method must return long to be consistent with API in general.
SpaiR
changed the title
fix(api): fix incorrect ImDrawData method return type
Fix incorrect ImDrawData method return type
SpaiR
merged commit
36d9e3a
into
main
SpaiR
deleted the
fix/draw-data-texid
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment