Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceCooperativeMatrixPropertiesNV
Packages that use VkPhysicalDeviceCooperativeMatrixPropertiesNV
-
Uses of VkPhysicalDeviceCooperativeMatrixPropertiesNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceCooperativeMatrixPropertiesNVModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceCooperativeMatrixPropertiesNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceCooperativeMatrixPropertiesNVModifier and TypeMethodDescriptionVkPhysicalDeviceCooperativeMatrixPropertiesNV.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceCooperativeMatrixPropertiesNV.clone(Arena arena, VkPhysicalDeviceCooperativeMatrixPropertiesNV src) VkPhysicalDeviceCooperativeMatrixPropertiesNV.cooperativeMatrixSupportedStages(int value) VkPhysicalDeviceCooperativeMatrixPropertiesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceCooperativeMatrixPropertiesNV.sType(int value) VkPhysicalDeviceCooperativeMatrixPropertiesNV.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceCooperativeMatrixPropertiesNVMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceCooperativeMatrixPropertiesNVModifier and TypeMethodDescriptionVkPhysicalDeviceCooperativeMatrixPropertiesNV.clone(Arena arena, VkPhysicalDeviceCooperativeMatrixPropertiesNV src) voidVkPhysicalDeviceCooperativeMatrixPropertiesNV.Ptr.write(long index, @NotNull VkPhysicalDeviceCooperativeMatrixPropertiesNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceCooperativeMatrixPropertiesNVModifier and TypeMethodDescriptionVkPhysicalDeviceCooperativeMatrixPropertiesNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceCooperativeMatrixPropertiesNV> consumer)