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