Uses of Interface
club.doki7.vulkan.datatype.IVkCooperativeMatrixPropertiesNV
Packages that use IVkCooperativeMatrixPropertiesNV
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkCooperativeMatrixPropertiesNV in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkCooperativeMatrixPropertiesNVModifier and TypeMethodDescriptionint
VkInstanceCommands.getPhysicalDeviceCooperativeMatrixPropertiesNV
(VkPhysicalDevice physicalDevice, IntPtr pPropertyCount, @Nullable IVkCooperativeMatrixPropertiesNV pProperties) -
Uses of IVkCooperativeMatrixPropertiesNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkCooperativeMatrixPropertiesNVModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkCooperativeMatrixPropertiesNV
structure in native memory.static final record
Represents a pointer to / an array ofVkCooperativeMatrixPropertiesNV
structure(s) in native memory.