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