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