Uses of Interface
club.doki7.vulkan.datatype.IVkQueueFamilyProperties
Packages that use IVkQueueFamilyProperties
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkQueueFamilyProperties in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkQueueFamilyPropertiesModifier and TypeMethodDescriptionvoid
VkInstanceCommands.getPhysicalDeviceQueueFamilyProperties
(VkPhysicalDevice physicalDevice, IntPtr pQueueFamilyPropertyCount, @Nullable IVkQueueFamilyProperties pQueueFamilyProperties) -
Uses of IVkQueueFamilyProperties in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkQueueFamilyPropertiesModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkQueueFamilyProperties
structure in native memory.static final record
Represents a pointer to / an array ofVkQueueFamilyProperties
structure(s) in native memory.