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

Removed GraphicsDeviceAccess class used for compatibility reasons #5992

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

mvaligursky
Copy link
Contributor

@mvaligursky mvaligursky commented Jan 26, 2024

  • Removed internal GraphicsDeviceAccess class used for compatibility reasons to obtain access to the device when it was not provided.
  • few cases where this was internally used where changed from deprecated warnings to assert, forcing the users to pass the device as required. Note that the API was changed a long time ago, giving users enough time to upgrade. The upgrade is also trivial, just passing a device parameter.

related to #5752

@mvaligursky mvaligursky self-assigned this Jan 26, 2024
@mvaligursky mvaligursky added the area: graphics Graphics related issue label Jan 26, 2024
@mvaligursky mvaligursky requested a review from a team January 26, 2024 12:12
@mvaligursky mvaligursky merged commit f4b794e into main Jan 26, 2024
7 checks passed
@mvaligursky mvaligursky deleted the mv-device-access-removed branch January 26, 2024 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: graphics Graphics related issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants