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