We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c58af9 commit 27d1d7bCopy full SHA for 27d1d7b
server/main/src/diagnostics_parser.rs
@@ -40,7 +40,7 @@ impl<'a, T: opengl::ShaderValidator + ?Sized> DiagnosticsParser<'a, T> {
40
fn get_line_offset(&self) -> u32 {
41
*self.line_offset.get_or_init(|| match self.vendor_querier.vendor().as_str() {
42
"ATI Technologies" => 0,
43
- _ => 2,
+ _ => 1,
44
})
45
}
46
0 commit comments