Uses of Record Class
club.doki7.vulkan.datatype.VkCooperativeMatrixPropertiesKHR
Packages that use VkCooperativeMatrixPropertiesKHR
-
Uses of VkCooperativeMatrixPropertiesKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkCooperativeMatrixPropertiesKHRModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkCooperativeMatrixPropertiesKHR
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkCooperativeMatrixPropertiesKHRModifier and TypeMethodDescription@NotNull VkCooperativeMatrixPropertiesKHR
VkCooperativeMatrixPropertiesKHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkCooperativeMatrixPropertiesKHR.AType
(int value) VkCooperativeMatrixPropertiesKHR.BType
(int value) VkCooperativeMatrixPropertiesKHR.clone
(Arena arena, VkCooperativeMatrixPropertiesKHR src) VkCooperativeMatrixPropertiesKHR.CType
(int value) VkCooperativeMatrixPropertiesKHR.KSize
(int value) VkCooperativeMatrixPropertiesKHR.MSize
(int value) VkCooperativeMatrixPropertiesKHR.NSize
(int value) VkCooperativeMatrixPropertiesKHR.ResultType
(int value) VkCooperativeMatrixPropertiesKHR.saturatingAccumulation
(int value) VkCooperativeMatrixPropertiesKHR.scope
(int value) VkCooperativeMatrixPropertiesKHR.sType
(int value) VkCooperativeMatrixPropertiesKHR.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkCooperativeMatrixPropertiesKHRModifier and TypeMethodDescription@NotNull Iterator
<VkCooperativeMatrixPropertiesKHR> VkCooperativeMatrixPropertiesKHR.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkCooperativeMatrixPropertiesKHRModifier and TypeMethodDescriptionVkCooperativeMatrixPropertiesKHR.clone
(Arena arena, VkCooperativeMatrixPropertiesKHR src) void
VkCooperativeMatrixPropertiesKHR.Ptr.write
(long index, @NotNull VkCooperativeMatrixPropertiesKHR value)