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.Ptr
VkCooperativeVectorPropertiesNV.Ptr.offset
(long offset) @NotNull VkCooperativeVectorPropertiesNV.Ptr
VkCooperativeVectorPropertiesNV.Ptr.reinterpret
(long newSize) Assume theVkCooperativeVectorPropertiesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkCooperativeVectorPropertiesNV.Ptr
that uses the same backing storage as thisVkCooperativeVectorPropertiesNV.Ptr
, but with the new size.VkCooperativeVectorPropertiesNV.Ptr.slice
(long end) @NotNull VkCooperativeVectorPropertiesNV.Ptr
VkCooperativeVectorPropertiesNV.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).