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