Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceTextureCompressionASTCHDRFeatures.Ptr
Packages that use VkPhysicalDeviceTextureCompressionASTCHDRFeatures.Ptr
-
Uses of VkPhysicalDeviceTextureCompressionASTCHDRFeatures.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceTextureCompressionASTCHDRFeatures.PtrModifier and TypeMethodDescriptionVkPhysicalDeviceTextureCompressionASTCHDRFeatures.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceTextureCompressionASTCHDRFeatures> consumer) VkPhysicalDeviceTextureCompressionASTCHDRFeatures.Ptr.offset
(long offset) VkPhysicalDeviceTextureCompressionASTCHDRFeatures.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceTextureCompressionASTCHDRFeatures.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceTextureCompressionASTCHDRFeatures.Ptr
that uses the same backing storage as thisVkPhysicalDeviceTextureCompressionASTCHDRFeatures.Ptr
, but with the new size.VkPhysicalDeviceTextureCompressionASTCHDRFeatures.Ptr.slice
(long end) VkPhysicalDeviceTextureCompressionASTCHDRFeatures.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).