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