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