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