11 lines
324 B
Plaintext
11 lines
324 B
Plaintext
// 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;
|
|
----
|