Thread: CRT Scanlines
View Single Post
Old 18 April 2013, 21:12   #10
FrodeSolheim
FS-UAE Developer
 
FrodeSolheim's Avatar
 
Join Date: Dec 2011
Location: Førde, Norway
Age: 43
Posts: 4,043
Indeed, the "problem" is that some drivers are more tolerant than others, and I unfortunately have a tolerant one. From John Pillow's log:
Code:
WARNING: failed to compile fragment shader
ERROR: 0:15: No matching function for call to mod(int, int)
The problem here is that mod expects floats, according to the documentation, and it does not seem to implicitly cast types (probably according to specs). So that should be easily fixable. Hopefully, the nvidia shader compiler can at least output warnings when I don't follow the specs correctly, so I'll look into that first
FrodeSolheim is offline  
 
Page generated in 0.04730 seconds with 11 queries