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