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