Uses of Record Class
club.doki7.vulkan.datatype.VkProtectedSubmitInfo
Packages that use VkProtectedSubmitInfo
-
Uses of VkProtectedSubmitInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkProtectedSubmitInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkProtectedSubmitInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkProtectedSubmitInfoModifier and TypeMethodDescriptionstatic VkProtectedSubmitInfo@NotNull VkProtectedSubmitInfoVkProtectedSubmitInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkProtectedSubmitInfoVkProtectedSubmitInfo.clone(Arena arena, VkProtectedSubmitInfo src) VkProtectedSubmitInfo.pNext(@NotNull MemorySegment value) VkProtectedSubmitInfo.protectedSubmit(int value) VkProtectedSubmitInfo.sType(int value) VkProtectedSubmitInfo.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkProtectedSubmitInfoModifier and TypeMethodDescription@NotNull Iterator<VkProtectedSubmitInfo> VkProtectedSubmitInfo.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkProtectedSubmitInfoModifier and TypeMethodDescriptionstatic VkProtectedSubmitInfoVkProtectedSubmitInfo.clone(Arena arena, VkProtectedSubmitInfo src) voidVkProtectedSubmitInfo.Ptr.write(long index, @NotNull VkProtectedSubmitInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkProtectedSubmitInfoModifier and TypeMethodDescriptionVkProtectedSubmitInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkProtectedSubmitInfo> consumer)