Class VkProtectedSubmitInfo

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkProtectedSubmitInfo extends Struct<VkProtectedSubmitInfo> implements NativeResource
Structure indicating whether the submission is protected.
Valid Usage (Implicit)

Layout


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