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

Adding custom post processing? #224

Closed
FiftyTifty opened this issue Mar 16, 2024 · 2 comments
Closed

Adding custom post processing? #224

FiftyTifty opened this issue Mar 16, 2024 · 2 comments

Comments

@FiftyTifty
Copy link

Been taking a look at Community Shaders with the Vanilla HDR shader, and I'd like to try adding a few simple post processing effects. What's the best way to go about this?

I've ported (simple, not things like bloom or AO) HLSL code between ReShade & ENB & NVR, so I got that side of things covered. But how do we add our own in before the game gets clipped to SDR?

A quick glance and it looks like I'd have to make direct edits to Vanilla HDR's code, and no way to insert our own without conflicting?

@doodlum
Copy link
Owner

doodlum commented Mar 19, 2024

You can check out https://github.com/Pentalimbed/skyrim-community-shaders/tree/bloom-hdr but we don't support post processing within CS itself right now. Will happen later.

@doodlum
Copy link
Owner

doodlum commented Aug 20, 2024

On discord we are working on post procesing. Closing since this is being worked on.

@doodlum doodlum closed this as completed Aug 20, 2024
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

2 participants