mirror of
https://github.com/gopher64/gopher64.git
synced 2026-04-25 23:15:57 +03:00
[PR #314] [MERGED] Add option for CRT shader #410
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gopher64#410
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/gopher64/gopher64/pull/314
Author: @loganmc10
Created: 3/10/2025
Status: ✅ Merged
Merged: 3/10/2025
Merged by: @loganmc10
Base:
main← Head:crt📝 Commits (8)
07137b1add CRT shadera2d6c66more6858a55more726e9dfupdate typeac919e5more8911c33morea5df8d7more1e5ee93more📊 Changes
10 files changed (+1136 additions, -41 deletions)
View changed files
➕
data/shader/crt-aperture.frag(+135 -0)➕
data/shader/frag.spv(+453 -0)➕
data/shader/output.sh(+3 -0)📝
parallel-rdp/interface.cpp(+59 -25)📝
parallel-rdp/interface.hpp(+6 -2)📝
parallel-rdp/spirv.hpp(+1 -1)➕
parallel-rdp/spirv_crt.hpp(+456 -0)📝
src/ui/config.rs(+2 -0)📝
src/ui/gui.rs(+11 -3)📝
src/ui/video.rs(+10 -10)📄 Description
Fixes https://github.com/gopher64/gopher64/issues/306
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.