Uses of Record Class
club.doki7.vulkan.datatype.VkRenderPassStripeBeginInfoARM
Packages that use VkRenderPassStripeBeginInfoARM
-
Uses of VkRenderPassStripeBeginInfoARM in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkRenderPassStripeBeginInfoARMModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkRenderPassStripeBeginInfoARMstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkRenderPassStripeBeginInfoARMModifier and TypeMethodDescription@NotNull VkRenderPassStripeBeginInfoARMVkRenderPassStripeBeginInfoARM.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkRenderPassStripeBeginInfoARM.clone(Arena arena, VkRenderPassStripeBeginInfoARM src) VkRenderPassStripeBeginInfoARM.pNext(@NotNull MemorySegment value) VkRenderPassStripeBeginInfoARM.pStripeInfos(@Nullable IVkRenderPassStripeInfoARM value) VkRenderPassStripeBeginInfoARM.stripeInfoCount(int value) VkRenderPassStripeBeginInfoARM.sType(int value) VkRenderPassStripeBeginInfoARM.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkRenderPassStripeBeginInfoARMModifier and TypeMethodDescription@NotNull Iterator<VkRenderPassStripeBeginInfoARM> VkRenderPassStripeBeginInfoARM.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkRenderPassStripeBeginInfoARMModifier and TypeMethodDescriptionVkRenderPassStripeBeginInfoARM.clone(Arena arena, VkRenderPassStripeBeginInfoARM src) voidVkRenderPassStripeBeginInfoARM.Ptr.write(long index, @NotNull VkRenderPassStripeBeginInfoARM value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkRenderPassStripeBeginInfoARMModifier and TypeMethodDescriptionVkRenderPassStripeBeginInfoARM.Ptr.at(long index, @NotNull Consumer<@NotNull VkRenderPassStripeBeginInfoARM> consumer)