unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/structs/VkProtectedSubmitInfo.txt

11 lines
324 B
Plaintext
Raw Normal View History

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkProtectedSubmitInfo,VkProtectedSubmitInfo]]
[source,c++]
----
typedef struct VkProtectedSubmitInfo {
VkStructureType sType;
const void* pNext;
VkBool32 protectedSubmit;
} VkProtectedSubmitInfo;
----