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 record
Represents a pointer to / an array ofVkProtectedSubmitInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkProtectedSubmitInfoModifier and TypeMethodDescriptionstatic VkProtectedSubmitInfo
@NotNull VkProtectedSubmitInfo
VkProtectedSubmitInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkProtectedSubmitInfo
VkProtectedSubmitInfo.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 VkProtectedSubmitInfo
VkProtectedSubmitInfo.clone
(Arena arena, VkProtectedSubmitInfo src) void
VkProtectedSubmitInfo.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)