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 recordRepresents a pointer to / an array ofVkFrameBoundaryEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkFrameBoundaryEXTModifier and TypeMethodDescriptionstatic VkFrameBoundaryEXT@NotNull VkFrameBoundaryEXTVkFrameBoundaryEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkFrameBoundaryEXT.bufferCount(int value) static VkFrameBoundaryEXTVkFrameBoundaryEXT.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 VkFrameBoundaryEXTVkFrameBoundaryEXT.clone(Arena arena, VkFrameBoundaryEXT src) voidVkFrameBoundaryEXT.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)