Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unify all size_t arguments to use uint #237

Closed
wants to merge 1 commit into from

Conversation

DemoXinMC
Copy link
Contributor

Somewhat addresses #212

  • Updated to use uint consistently where CSFML is expecting size_t
  • UIntPtr is the most correct type for size_t, but switching to it would result in breaking changes for end users
  • uint should be replaced with nuint when moving to .NET 5+

Somewhat addresses SFML#212
* Updated to use uint consistently where CSFML is expecting size_t
* UIntPtr is the most correct type for size_t, but switching to it would result in breaking changes for end users
* uint should be replaced with nuint when moving to .NET 5+
@DemoXinMC DemoXinMC closed this Jan 3, 2024
@eXpl0it3r
Copy link
Member

Superseded by #238

@eXpl0it3r eXpl0it3r added the Feature New functionality or extending of an existing one label Jan 3, 2024
@eXpl0it3r eXpl0it3r added this to the 2.6.0 milestone Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New functionality or extending of an existing one
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants