Uses of Record Class
club.doki7.vulkan.datatype.VkFrameBoundaryEXT
Packages that use VkFrameBoundaryEXT
-
Uses of VkFrameBoundaryEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkFrameBoundaryEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkFrameBoundaryEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkFrameBoundaryEXTModifier and TypeMethodDescriptionstatic VkFrameBoundaryEXT
@NotNull VkFrameBoundaryEXT
VkFrameBoundaryEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkFrameBoundaryEXT.bufferCount
(int value) static VkFrameBoundaryEXT
VkFrameBoundaryEXT.clone
(Arena arena, VkFrameBoundaryEXT src) VkFrameBoundaryEXT.flags
(int value) VkFrameBoundaryEXT.frameID
(long value) VkFrameBoundaryEXT.imageCount
(int value) VkFrameBoundaryEXT.pBuffers
(VkBuffer.Ptr value) VkFrameBoundaryEXT.pImages
(VkImage.Ptr value) VkFrameBoundaryEXT.pNext
(@NotNull MemorySegment value) VkFrameBoundaryEXT.pTag
(@NotNull MemorySegment value) VkFrameBoundaryEXT.sType
(int value) VkFrameBoundaryEXT.tagName
(long value) VkFrameBoundaryEXT.tagSize
(long value) VkFrameBoundaryEXT.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkFrameBoundaryEXTModifier and TypeMethodDescription@NotNull Iterator
<VkFrameBoundaryEXT> VkFrameBoundaryEXT.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkFrameBoundaryEXTModifier and TypeMethodDescriptionstatic VkFrameBoundaryEXT
VkFrameBoundaryEXT.clone
(Arena arena, VkFrameBoundaryEXT src) void
VkFrameBoundaryEXT.Ptr.write
(long index, @NotNull VkFrameBoundaryEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkFrameBoundaryEXTModifier and TypeMethodDescriptionVkFrameBoundaryEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull VkFrameBoundaryEXT> consumer)