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