-
Notifications
You must be signed in to change notification settings - Fork 55
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
feat: imagespace shaders support. #359
Conversation
Would need to know if this doesn't break VR, as well as wait on the CommonLib PR. Shouldn't the fog composite be listed as missing too? |
Imagespace shaders are disabled in VR in this PR |
ISSAOCompositeFog? It's part of ISSAOComposite |
Ah |
…ty-shaders into ImagespaceShaders
…ty-shaders into ImagespaceShaders
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wait until this PR is completed #385 (update of clib-ng with your change as well in it do clib)
dev is now update with clib-ng with this RE included
Shader cache support for imagespace shaders and some shaders REd. Missing shaders:
ISSAOBlurISSAOCameraZISSAOCompositeISSILCompositeISSnowSSSCompute shaders also lack all of supporting code. Missing compute shaders:
Shaders are not adapted for VR. Missing VR-only shaders:
Requires alandtse/CommonLibVR#55