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