Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR.Ptr
Packages that use VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR.Ptr
-
Uses of VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR.PtrModifier and TypeMethodDescriptionVkPhysicalDeviceRayTracingMaintenance1FeaturesKHR.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR> consumer) VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR.Ptr.offset
(long offset) VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceRayTracingMaintenance1FeaturesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceRayTracingMaintenance1FeaturesKHR.Ptr
that uses the same backing storage as thisVkPhysicalDeviceRayTracingMaintenance1FeaturesKHR.Ptr
, but with the new size.VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR.Ptr.slice
(long end) VkPhysicalDeviceRayTracingMaintenance1FeaturesKHR.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).