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 TypeMethodDescriptionvoidVkInstanceCommands.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 recordRepresents a pointer to aVkQueueFamilyPropertiesstructure in native memory.static final recordRepresents a pointer to / an array ofVkQueueFamilyPropertiesstructure(s) in native memory.