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