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