Uses of Interface
club.doki7.vulkan.datatype.IVkPhysicalDeviceGroupProperties
Packages that use IVkPhysicalDeviceGroupProperties
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkPhysicalDeviceGroupProperties in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkPhysicalDeviceGroupPropertiesModifier and TypeMethodDescriptionint
VkInstanceCommands.enumeratePhysicalDeviceGroups
(VkInstance instance, IntPtr pPhysicalDeviceGroupCount, @Nullable IVkPhysicalDeviceGroupProperties pPhysicalDeviceGroupProperties) int
VkInstanceCommands.enumeratePhysicalDeviceGroupsKHR
(VkInstance instance, IntPtr pPhysicalDeviceGroupCount, @Nullable IVkPhysicalDeviceGroupProperties pPhysicalDeviceGroupProperties) -
Uses of IVkPhysicalDeviceGroupProperties in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkPhysicalDeviceGroupPropertiesModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkPhysicalDeviceGroupProperties
structure in native memory.static final record
Represents a pointer to / an array ofVkPhysicalDeviceGroupProperties
structure(s) in native memory.