Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceDisplacementMicromapPropertiesNV.Ptr
Packages that use VkPhysicalDeviceDisplacementMicromapPropertiesNV.Ptr
-
Uses of VkPhysicalDeviceDisplacementMicromapPropertiesNV.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceDisplacementMicromapPropertiesNV.PtrModifier and TypeMethodDescriptionVkPhysicalDeviceDisplacementMicromapPropertiesNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceDisplacementMicromapPropertiesNV> consumer) VkPhysicalDeviceDisplacementMicromapPropertiesNV.Ptr.offset(long offset) VkPhysicalDeviceDisplacementMicromapPropertiesNV.Ptr.reinterpret(long newSize) Assume theVkPhysicalDeviceDisplacementMicromapPropertiesNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkPhysicalDeviceDisplacementMicromapPropertiesNV.Ptrthat uses the same backing storage as thisVkPhysicalDeviceDisplacementMicromapPropertiesNV.Ptr, but with the new size.VkPhysicalDeviceDisplacementMicromapPropertiesNV.Ptr.slice(long end) VkPhysicalDeviceDisplacementMicromapPropertiesNV.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).