Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT.Ptr
Packages that use VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT.Ptr
-
Uses of VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT.PtrModifier and TypeMethodDescriptionVkPhysicalDeviceMutableDescriptorTypeFeaturesEXT.Ptr.offset
(long offset) VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceMutableDescriptorTypeFeaturesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceMutableDescriptorTypeFeaturesEXT.Ptr
that uses the same backing storage as thisVkPhysicalDeviceMutableDescriptorTypeFeaturesEXT.Ptr
, but with the new size.VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT.Ptr.slice
(long end) VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT.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).