Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#include <vulkan/utility/vk_format_utils.h>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
int main() {
|
||||
std::cout << "VK_FORMAT_D16_UNORM " << (vkuFormatIsDepthOnly(VK_FORMAT_D16_UNORM) ? "is" : "is not") << " depth only" << std::endl;
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user