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 TypeMethodDescriptionintVkInstanceCommands.enumeratePhysicalDeviceGroups(VkInstance instance, IntPtr pPhysicalDeviceGroupCount, @Nullable IVkPhysicalDeviceGroupProperties pPhysicalDeviceGroupProperties) intVkInstanceCommands.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 recordRepresents a pointer to aVkPhysicalDeviceGroupPropertiesstructure in native memory.static final recordRepresents a pointer to / an array ofVkPhysicalDeviceGroupPropertiesstructure(s) in native memory.