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