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

Extracted WebglShader and WebglTexture from WebglGraphicsDevice #4014

Merged
merged 11 commits into from
Feb 15, 2022

Conversation

mvaligursky
Copy link
Contributor

@mvaligursky mvaligursky commented Feb 11, 2022

  • Shader functionality related to WebGL has been extracted from WebglGraphicsDevice class into separate WebglShader class.
  • Texture functionality related to WebGL has been extracted from WebglGraphicsDevice class into separate WebglTexture class.
  • the way textures handle lost context / their tracking by the device is now unified with other resources

@mvaligursky mvaligursky self-assigned this Feb 11, 2022
@mvaligursky mvaligursky added area: graphics Graphics related issue enhancement labels Feb 11, 2022
@mvaligursky mvaligursky requested a review from a team February 11, 2022 10:55
@mvaligursky mvaligursky marked this pull request as draft February 11, 2022 14:43
@mvaligursky mvaligursky changed the title Extracted WebglShader from WebglGraphicsDevice Extracted WebglShader and WebglTexture from WebglGraphicsDevice Feb 11, 2022
@mvaligursky mvaligursky marked this pull request as ready for review February 14, 2022 10:17
@mvaligursky mvaligursky merged commit e5cdb31 into dev Feb 15, 2022
@mvaligursky mvaligursky deleted the mvaligursky-webgl-shader branch February 15, 2022 10:35
@mvaligursky mvaligursky mentioned this pull request Jul 11, 2022
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.

3 participants