Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceCooperativeMatrix2FeaturesNV
Packages that use VkPhysicalDeviceCooperativeMatrix2FeaturesNV
-
Uses of VkPhysicalDeviceCooperativeMatrix2FeaturesNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceCooperativeMatrix2FeaturesNVModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceCooperativeMatrix2FeaturesNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceCooperativeMatrix2FeaturesNVModifier and TypeMethodDescriptionVkPhysicalDeviceCooperativeMatrix2FeaturesNV.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceCooperativeMatrix2FeaturesNV.clone(Arena arena, VkPhysicalDeviceCooperativeMatrix2FeaturesNV src) VkPhysicalDeviceCooperativeMatrix2FeaturesNV.cooperativeMatrixBlockLoads(int value) VkPhysicalDeviceCooperativeMatrix2FeaturesNV.cooperativeMatrixConversions(int value) VkPhysicalDeviceCooperativeMatrix2FeaturesNV.cooperativeMatrixFlexibleDimensions(int value) VkPhysicalDeviceCooperativeMatrix2FeaturesNV.cooperativeMatrixPerElementOperations(int value) VkPhysicalDeviceCooperativeMatrix2FeaturesNV.cooperativeMatrixReductions(int value) VkPhysicalDeviceCooperativeMatrix2FeaturesNV.cooperativeMatrixTensorAddressing(int value) VkPhysicalDeviceCooperativeMatrix2FeaturesNV.cooperativeMatrixWorkgroupScope(int value) VkPhysicalDeviceCooperativeMatrix2FeaturesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceCooperativeMatrix2FeaturesNV.sType(int value) VkPhysicalDeviceCooperativeMatrix2FeaturesNV.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceCooperativeMatrix2FeaturesNVMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceCooperativeMatrix2FeaturesNVModifier and TypeMethodDescriptionVkPhysicalDeviceCooperativeMatrix2FeaturesNV.clone(Arena arena, VkPhysicalDeviceCooperativeMatrix2FeaturesNV src) voidVkPhysicalDeviceCooperativeMatrix2FeaturesNV.Ptr.write(long index, @NotNull VkPhysicalDeviceCooperativeMatrix2FeaturesNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceCooperativeMatrix2FeaturesNVModifier and TypeMethodDescriptionVkPhysicalDeviceCooperativeMatrix2FeaturesNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceCooperativeMatrix2FeaturesNV> consumer)