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