7 lines
67 B
C++
7 lines
67 B
C++
|
|
#include "vulkan.h"
|
||
|
|
|
||
|
|
const char* vulkan()
|
||
|
|
{
|
||
|
|
return "vulkan";
|
||
|
|
}
|