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