Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceCooperativeMatrixPropertiesNV.Ptr
Packages that use VkPhysicalDeviceCooperativeMatrixPropertiesNV.Ptr
-
Uses of VkPhysicalDeviceCooperativeMatrixPropertiesNV.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceCooperativeMatrixPropertiesNV.PtrModifier and TypeMethodDescriptionVkPhysicalDeviceCooperativeMatrixPropertiesNV.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceCooperativeMatrixPropertiesNV> consumer) VkPhysicalDeviceCooperativeMatrixPropertiesNV.Ptr.offset
(long offset) VkPhysicalDeviceCooperativeMatrixPropertiesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceCooperativeMatrixPropertiesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceCooperativeMatrixPropertiesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceCooperativeMatrixPropertiesNV.Ptr
, but with the new size.VkPhysicalDeviceCooperativeMatrixPropertiesNV.Ptr.slice
(long end) VkPhysicalDeviceCooperativeMatrixPropertiesNV.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).