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