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 recordRepresents a pointer to / an array ofVkCooperativeVectorPropertiesNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkCooperativeVectorPropertiesNVModifier and TypeMethodDescription@NotNull VkCooperativeVectorPropertiesNVVkCooperativeVectorPropertiesNV.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.pNext(@NotNull MemorySegment 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) voidVkCooperativeVectorPropertiesNV.Ptr.write(long index, @NotNull VkCooperativeVectorPropertiesNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkCooperativeVectorPropertiesNVModifier and TypeMethodDescriptionVkCooperativeVectorPropertiesNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkCooperativeVectorPropertiesNV> consumer)