klepto2 Posted July 27, 2024 Posted July 27, 2024 In the previous builds it was possible to use the Lighting code in posteffect shaders. This seems to be broken now. I have replaced the code in my Volumetric shader code to reflect the changes to the Lighting pipeline, but the uvec2 of the shadow maps are 0. If you need more info i can give you the shader code. Quote Windows 10 Pro 64-Bit-Version NVIDIA Geforce 1080 TI
Solution Josh Posted July 28, 2024 Solution Posted July 28, 2024 The ExtractLightInfo function should provide the shadow map bindless texture handle. This is stored in the entity matrices block, and does not change between rendering the main pass, and when post-processing effects are drawn. So I think there is probably a problem extracting that value correctly. If you have code I can look at I will check it. Quote My job is to make tools you love, with the features you want, and performance you can't live without.
klepto2 Posted July 29, 2024 Author Posted July 29, 2024 I might had have a small error while porting the RenderLightingto the VolumetricLighting code. After revisiting it, it works now as intendend: 1 Quote Windows 10 Pro 64-Bit-Version NVIDIA Geforce 1080 TI
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.