Added further tests for ci
This commit is contained in:
parent
661a50e62d
commit
fbfef16105
3 changed files with 14 additions and 5 deletions
|
|
@ -1,7 +1,10 @@
|
|||
#version 450
|
||||
|
||||
layout (local_size_x = 1) in;
|
||||
|
||||
layout(set = 0, binding = 0) buffer a { float pa[]; };
|
||||
layout(set = 0, binding = 1) buffer b { float pb[]; };
|
||||
|
||||
void main() {
|
||||
uint index = gl_GlobalInvocationID.x;
|
||||
pb[index] = pa[index];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue