Class VkProtectedSubmitInfo

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkProtectedSubmitInfo extends Struct<VkProtectedSubmitInfo> implements NativeResource

 struct VkProtectedSubmitInfo {
     VkStructureType sType;
     void const * pNext;
     VkBool32 protectedSubmit;
 }