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

crt volume dependent on native resolution even if rasterization resolution is set in the volume #49

Open
aniketrajnish opened this issue Dec 2, 2024 · 0 comments

Comments

@aniketrajnish
Copy link

the crt volume is dependent on the native resolution even if the rasterization resolution is set in the camera volume

I tried to set it manually in the CRT.shader by setting a target resolution (_TargetRes) based on the rasterization resolution from the camera volume and replacing:

  • #define res (_ScreenSizeRasterizationRTScaled.xy) with #define res (_TargetRes.xy)
  • every occurrence of _ScreenSize with _TargetRes

but still, it was dependent on the native resolution as performance was dipping upon increasing the native resolution; what might be causing this?

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