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.offset
(long offset) VkPhysicalDevicePipelineRobustnessProperties.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDevicePipelineRobustnessProperties.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDevicePipelineRobustnessProperties.Ptr
that 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).