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