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