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.offset
(long offset) VkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceImageCompressionControlSwapchainFeaturesEXT.Ptr
that 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).