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