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 record
Represents a pointer to / an array ofVkImageViewSlicedCreateInfoEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkImageViewSlicedCreateInfoEXTModifier and TypeMethodDescription@NotNull VkImageViewSlicedCreateInfoEXT
VkImageViewSlicedCreateInfoEXT.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) void
VkImageViewSlicedCreateInfoEXT.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)