Uses of Record Class
club.doki7.vulkan.datatype.VkAttachmentReferenceStencilLayout
Packages that use VkAttachmentReferenceStencilLayout
-
Uses of VkAttachmentReferenceStencilLayout in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkAttachmentReferenceStencilLayoutModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkAttachmentReferenceStencilLayout
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkAttachmentReferenceStencilLayoutModifier and TypeMethodDescription@NotNull VkAttachmentReferenceStencilLayout
VkAttachmentReferenceStencilLayout.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkAttachmentReferenceStencilLayout.clone
(Arena arena, VkAttachmentReferenceStencilLayout src) VkAttachmentReferenceStencilLayout.pNext
(@NotNull MemorySegment value) VkAttachmentReferenceStencilLayout.stencilLayout
(int value) VkAttachmentReferenceStencilLayout.sType
(int value) VkAttachmentReferenceStencilLayout.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkAttachmentReferenceStencilLayoutModifier and TypeMethodDescription@NotNull Iterator
<VkAttachmentReferenceStencilLayout> VkAttachmentReferenceStencilLayout.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkAttachmentReferenceStencilLayoutModifier and TypeMethodDescriptionVkAttachmentReferenceStencilLayout.clone
(Arena arena, VkAttachmentReferenceStencilLayout src) void
VkAttachmentReferenceStencilLayout.Ptr.write
(long index, @NotNull VkAttachmentReferenceStencilLayout value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkAttachmentReferenceStencilLayoutModifier and TypeMethodDescriptionVkAttachmentReferenceStencilLayout.Ptr.at
(long index, @NotNull Consumer<@NotNull VkAttachmentReferenceStencilLayout> consumer)