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