We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is currently no way to set up Stencil settings using ORL Standard shader in any way
A new Template Feature should be added to support that
Any custom shader PBR-Based shader that wants to adjust stencils should define the Stencil shader feature like so
Stencil
%ShaderName("My Stencil Shader") %TemplateFeatures("Stencil")
From SyncLinear.com | ORL-74
The text was updated successfully, but these errors were encountered:
This is implemented in 6.4.0 release
Sorry, something went wrong.
added support for adjusting stencils, closes #74
664ac54
orels1
No branches or pull requests
There is currently no way to set up Stencil settings using ORL Standard shader in any way
A new Template Feature should be added to support that
Any custom shader PBR-Based shader that wants to adjust stencils should define the
Stencil
shader feature like soFrom SyncLinear.com | ORL-74
The text was updated successfully, but these errors were encountered: