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