Uses of Record Class
club.doki7.vulkan.datatype.VkImageViewMinLodCreateInfoEXT.Ptr
Packages that use VkImageViewMinLodCreateInfoEXT.Ptr
-
Uses of VkImageViewMinLodCreateInfoEXT.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkImageViewMinLodCreateInfoEXT.PtrModifier and TypeMethodDescriptionVkImageViewMinLodCreateInfoEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull VkImageViewMinLodCreateInfoEXT> consumer) @NotNull VkImageViewMinLodCreateInfoEXT.Ptr
VkImageViewMinLodCreateInfoEXT.Ptr.offset
(long offset) @NotNull VkImageViewMinLodCreateInfoEXT.Ptr
VkImageViewMinLodCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkImageViewMinLodCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkImageViewMinLodCreateInfoEXT.Ptr
that uses the same backing storage as thisVkImageViewMinLodCreateInfoEXT.Ptr
, but with the new size.VkImageViewMinLodCreateInfoEXT.Ptr.slice
(long end) @NotNull VkImageViewMinLodCreateInfoEXT.Ptr
VkImageViewMinLodCreateInfoEXT.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).