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