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