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