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

ShaderUtils class to provide common shader creation functionality #4746

Merged
merged 2 commits into from
Oct 13, 2022

Conversation

mvaligursky
Copy link
Contributor

@mvaligursky mvaligursky commented Oct 13, 2022

  • moved some common shader creation functionality to platform/graphics level to avoid some imports from scene/shader-lib
  • those functions are required by the Graphics engine to create some internal shaders
  • those functions are also used by the shader-lib to create shaders and cache them
  • also moved few related chunks to platform as well (webgpu, webgl2 ..)

@mvaligursky mvaligursky self-assigned this Oct 13, 2022
@mvaligursky mvaligursky added enhancement area: graphics Graphics related issue labels Oct 13, 2022
@mvaligursky mvaligursky merged commit d0c98b9 into main Oct 13, 2022
@mvaligursky mvaligursky deleted the mv-shader-utils branch October 13, 2022 19: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