Uses of Record Class
club.doki7.vulkan.datatype.VkCooperativeMatrixPropertiesNV
Packages that use VkCooperativeMatrixPropertiesNV
-
Uses of VkCooperativeMatrixPropertiesNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkCooperativeMatrixPropertiesNVModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkCooperativeMatrixPropertiesNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkCooperativeMatrixPropertiesNVModifier and TypeMethodDescription@NotNull VkCooperativeMatrixPropertiesNVVkCooperativeMatrixPropertiesNV.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkCooperativeMatrixPropertiesNV.AType(int value) VkCooperativeMatrixPropertiesNV.BType(int value) VkCooperativeMatrixPropertiesNV.clone(Arena arena, VkCooperativeMatrixPropertiesNV src) VkCooperativeMatrixPropertiesNV.CType(int value) VkCooperativeMatrixPropertiesNV.DType(int value) VkCooperativeMatrixPropertiesNV.KSize(int value) VkCooperativeMatrixPropertiesNV.MSize(int value) VkCooperativeMatrixPropertiesNV.NSize(int value) VkCooperativeMatrixPropertiesNV.pNext(@NotNull MemorySegment value) VkCooperativeMatrixPropertiesNV.scope(int value) VkCooperativeMatrixPropertiesNV.sType(int value) VkCooperativeMatrixPropertiesNV.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkCooperativeMatrixPropertiesNVModifier and TypeMethodDescription@NotNull Iterator<VkCooperativeMatrixPropertiesNV> VkCooperativeMatrixPropertiesNV.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkCooperativeMatrixPropertiesNVModifier and TypeMethodDescriptionVkCooperativeMatrixPropertiesNV.clone(Arena arena, VkCooperativeMatrixPropertiesNV src) voidVkCooperativeMatrixPropertiesNV.Ptr.write(long index, @NotNull VkCooperativeMatrixPropertiesNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkCooperativeMatrixPropertiesNVModifier and TypeMethodDescriptionVkCooperativeMatrixPropertiesNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkCooperativeMatrixPropertiesNV> consumer)