mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
[glsl-in] revert test case change
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
// FIX: #933
|
||||
#version 450
|
||||
|
||||
const float constant = 10.0;
|
||||
const int constant = 10;
|
||||
|
||||
float function() {
|
||||
return constant;
|
||||
return 0.0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user