Uses of Record Class
club.doki7.vulkan.datatype.VkImageViewSlicedCreateInfoEXT.Ptr
Packages that use VkImageViewSlicedCreateInfoEXT.Ptr
-
Uses of VkImageViewSlicedCreateInfoEXT.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkImageViewSlicedCreateInfoEXT.PtrModifier and TypeMethodDescriptionVkImageViewSlicedCreateInfoEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull VkImageViewSlicedCreateInfoEXT> consumer) @NotNull VkImageViewSlicedCreateInfoEXT.Ptr
VkImageViewSlicedCreateInfoEXT.Ptr.offset
(long offset) @NotNull VkImageViewSlicedCreateInfoEXT.Ptr
VkImageViewSlicedCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkImageViewSlicedCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImageViewSlicedCreateInfoEXT.Ptr
that uses the same backing storage as thisVkImageViewSlicedCreateInfoEXT.Ptr
, but with the new size.VkImageViewSlicedCreateInfoEXT.Ptr.slice
(long end) @NotNull VkImageViewSlicedCreateInfoEXT.Ptr
VkImageViewSlicedCreateInfoEXT.Ptr.slice
(long start, long end) Note that this function uses theList.subList(int, int)
semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)
semantics (offset + newSize).