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