Uses of Record Class
club.doki7.vulkan.datatype.VkCooperativeVectorPropertiesNV
Packages that use VkCooperativeVectorPropertiesNV
-
Uses of VkCooperativeVectorPropertiesNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkCooperativeVectorPropertiesNVModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkCooperativeVectorPropertiesNV
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkCooperativeVectorPropertiesNVModifier and TypeMethodDescription@NotNull VkCooperativeVectorPropertiesNV
VkCooperativeVectorPropertiesNV.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkCooperativeVectorPropertiesNV.biasInterpretation
(int value) VkCooperativeVectorPropertiesNV.clone
(Arena arena, VkCooperativeVectorPropertiesNV src) VkCooperativeVectorPropertiesNV.inputInterpretation
(int value) VkCooperativeVectorPropertiesNV.inputType
(int value) VkCooperativeVectorPropertiesNV.matrixInterpretation
(int value) VkCooperativeVectorPropertiesNV.resultType
(int value) VkCooperativeVectorPropertiesNV.sType
(int value) VkCooperativeVectorPropertiesNV.Ptr.toArray()
VkCooperativeVectorPropertiesNV.transpose
(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkCooperativeVectorPropertiesNVModifier and TypeMethodDescription@NotNull Iterator
<VkCooperativeVectorPropertiesNV> VkCooperativeVectorPropertiesNV.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkCooperativeVectorPropertiesNVModifier and TypeMethodDescriptionVkCooperativeVectorPropertiesNV.clone
(Arena arena, VkCooperativeVectorPropertiesNV src) void
VkCooperativeVectorPropertiesNV.Ptr.write
(long index, @NotNull VkCooperativeVectorPropertiesNV value)