mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-30 21:34:36 +00:00
Remove unused push constant that was giving validation errors.
This commit is contained in:
parent
8400015337
commit
752f7ebd61
@ -20,7 +20,6 @@ layout(push_constant) uniform PushConstants {
|
||||
uint inAOff;
|
||||
uint inBOff;
|
||||
uint outOff;
|
||||
uint row;
|
||||
} pcs;
|
||||
|
||||
void main() {
|
||||
|
Loading…
Reference in New Issue
Block a user