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 TypeMethodDescriptionvoidVkInstanceCommands.getPhysicalDeviceQueueFamilyProperties2(VkPhysicalDevice physicalDevice, IntPtr pQueueFamilyPropertyCount, @Nullable IVkQueueFamilyProperties2 pQueueFamilyProperties) voidVkInstanceCommands.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 recordRepresents a pointer to aVkQueueFamilyProperties2structure in native memory.static final recordRepresents a pointer to / an array ofVkQueueFamilyProperties2structure(s) in native memory.