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