mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-08-06 09:10:11 -04:00
* Disable GL_KHR_cooperative_matrix Vulkan extension if not available. * Perform Vulkan extensions checks in a more sensible order * Remove unnecessary #ifdef directive
8 lines
78 B
Plaintext
8 lines
78 B
Plaintext
#version 460
|
|
|
|
#extension GL_KHR_cooperative_matrix : require
|
|
|
|
void main()
|
|
{
|
|
}
|