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