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

Feature discussion: Generate pure GLSL code with Varjo to embed into third-party #248

Open
borodust opened this issue Aug 16, 2022 · 0 comments

Comments

@borodust
Copy link

I'm integrating Varjo/Vari into a project with customized pipeline definition (material), but GLSL compatible. As far as I've got with Varjo, it seems it cannot produce GLSL in a way that will be possible to use with that format out-of-the-box.

I did some patching that adapted Varjo to generate GLSL while discarding stages/pipeline stuff like in/out blocks, uniforms, etc. This and accessing some internal APIs does allow me to generate pure GLSL libraries that I can embed into aforementioned material definition and feed to a rendering engine.

Would you be interested in incorporating any of those patches and possibly making some internals public? Or, maybe, this use-case is out of Varjo scope?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant