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