Change pointers casting type by SpaiR · Pull Request #265 · SpaiR/imgui-java
Navigation Menu
{{ message }}
SpaiR / imgui-java Public
- Notifications You must be signed in to change notification settings
- Fork 134
Merged
Conversation
Copy link
Owner
uintptr_tis used instead ofintptr_tto cast pointers.- Image methods now accept the
longtype instead ofint, as they are expected to work with pointers as well.
resolves #185
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
Image methods now accept the `long` type instead of `int`, as they are expected to work with pointers as well.
SpaiR
merged commit
c4c03be
into
main
SpaiR
deleted the
feat/pointers-handling
branch
lwjglgamedev
mentioned this pull request
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