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