vulkan: compile a test shader in cmake to check for coopmat2 support (#10713)
This commit is contained in:
parent
62e84d9848
commit
ecc93d0558
4 changed files with 36 additions and 8 deletions
|
@ -0,0 +1,7 @@
|
|||
#version 460
|
||||
|
||||
#extension GL_NV_cooperative_matrix2 : require
|
||||
|
||||
void main()
|
||||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue