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