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
CustomizedShaderBufferedDrawNode
CustomizedShaderDrawNode
Buffered
MultiShaderBufferedDrawNode
MultiShaderBufferedDrawNodeSharedData
StepShader.Draw
Template
StepShader
GroupShader
Other:
Draw
NodeShader
TemplateShader
The text was updated successfully, but these errors were encountered:
No branches or pull requests
CustomizedShaderBufferedDrawNode
->CustomizedShaderDrawNode
, not really sure still needBuffered
or not 🤔MultiShaderBufferedDrawNode
andMultiShaderBufferedDrawNodeSharedData
-> should remove theBuffered
also.StepShader.Draw
-> Not really should change this name asTemplate
because it's still render to the framebuffer, but not showing.StepShader
-> Guess should be better to rename asGroupShader
because those shaders will render as a group.Other:
Draw
property in every customized shader?NodeShader
orTemplateShader
for able make this shader as template or not.The text was updated successfully, but these errors were encountered: