Can now configure Vulkan with JSON. ENJOY!
This commit is contained in:
parent
a996440c61
commit
883f683ce4
6 changed files with 96 additions and 15 deletions
8
trash_test.hpp
Normal file
8
trash_test.hpp
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#include "vk_types.h"
|
||||
#include "json_mods.hpp"
|
||||
|
||||
template <typename T> struct NameOf;
|
||||
|
||||
ENROLL_COMPONENT(VkSemaphoreCreateInfo, sType);
|
||||
ENROLL_COMPONENT(VkFenceCreateInfo, sType);
|
||||
ENROLL_COMPONENT(VkImageViewCreateInfo, sType, viewType, subresourceRange.baseMipLevel, subresourceRange.levelCount, subresourceRange.baseArrayLayer, subresourceRange.layerCount);
|
||||
Loading…
Add table
Add a link
Reference in a new issue