Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceCooperativeVectorPropertiesNV
Packages that use VkPhysicalDeviceCooperativeVectorPropertiesNV
-
Uses of VkPhysicalDeviceCooperativeVectorPropertiesNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceCooperativeVectorPropertiesNVModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceCooperativeVectorPropertiesNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceCooperativeVectorPropertiesNVModifier and TypeMethodDescriptionVkPhysicalDeviceCooperativeVectorPropertiesNV.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceCooperativeVectorPropertiesNV.clone(Arena arena, VkPhysicalDeviceCooperativeVectorPropertiesNV src) VkPhysicalDeviceCooperativeVectorPropertiesNV.cooperativeVectorSupportedStages(int value) VkPhysicalDeviceCooperativeVectorPropertiesNV.cooperativeVectorTrainingFloat16Accumulation(int value) VkPhysicalDeviceCooperativeVectorPropertiesNV.cooperativeVectorTrainingFloat32Accumulation(int value) VkPhysicalDeviceCooperativeVectorPropertiesNV.maxCooperativeVectorComponents(int value) VkPhysicalDeviceCooperativeVectorPropertiesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceCooperativeVectorPropertiesNV.sType(int value) VkPhysicalDeviceCooperativeVectorPropertiesNV.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceCooperativeVectorPropertiesNVMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceCooperativeVectorPropertiesNVModifier and TypeMethodDescriptionVkPhysicalDeviceCooperativeVectorPropertiesNV.clone(Arena arena, VkPhysicalDeviceCooperativeVectorPropertiesNV src) voidVkPhysicalDeviceCooperativeVectorPropertiesNV.Ptr.write(long index, @NotNull VkPhysicalDeviceCooperativeVectorPropertiesNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceCooperativeVectorPropertiesNVModifier and TypeMethodDescriptionVkPhysicalDeviceCooperativeVectorPropertiesNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceCooperativeVectorPropertiesNV> consumer)