Ronny Chan
Ronny Chan
1957f576ca0d7087131da274ebde26aca37fea40 could possibly fix crt-geom-deluxe in librashader 0.3.3.
Seems like test/history.slangp is horribly broken for some reason.
22b2118e97e1bfccb072072b5e5faebc9179de90 + e24beede0b7de69f0315f5da873f72d3355f80eb definitively fix crt-geom-deluxe cebc7a939ad11dc31f45b8d4cf086501573949ef fixes history
* `crt-guest-advanced-ntsc` seems like a broken shader preset: ``` ShaderReflectError(FragmentSemanticError(UnknownSemantics("PrePass0"))) ``` * `feedback-noncausal` is a test shader that is intended to be broken. * `VHSPro` is interesting.. ``` called `Result::unwrap()`...
`VHSPro` compiler error ``` program_source:171:22: error: call to 'fmod' is ambiguous return fract(sin(fmod(param, param_1)) * 43758.546875); ^~~~ /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/32023/Libraries/lib/clang/32023.196/include/metal/metal_math:4661:18: note: candidate function METAL_FUNC float fmod(float x, float y) ^ program_source:153:7: note:...
#125 should fix crt-guest-advanced-ntsc and crt-slangtest-*
https://github.com/SnowflakePowered/librashader/pull/127 fixes * `misc/print-resolution.slangp` * `bfi/120hz-smart-BFI.slangp` * `test/pragma-name.slangp` `VHSPro` seems to be an issue with the SPIRV-Cross output. I will file a ticket upstream to see if we can get...
`patchy-color` was fixed upstream
https://github.com/KhronosGroup/SPIRV-Cross/pull/2382 this should hopefully fix VHSPro (after bumping spirv-cross-sys)
spirv-cross-sys was updated and should fix `VHSPro`. This won't automatically backport to 0.4.x but if librashader-capi is rebuilt it'll pull in the new version of the sys crate.