mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-23 15:23:33 +00:00
[glsl-in] revert test case change
This commit is contained in:
parent
378ea9d396
commit
b261dde77f
@ -3,8 +3,8 @@
|
||||
// FIX: #933
|
||||
#version 450
|
||||
|
||||
const float constant = 10.0;
|
||||
const int constant = 10;
|
||||
|
||||
float function() {
|
||||
return constant;
|
||||
return 0.0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user