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