Uses of Interface
club.doki7.vulkan.datatype.IVkPhysicalDeviceToolProperties
Packages that use IVkPhysicalDeviceToolProperties
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkPhysicalDeviceToolProperties in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkPhysicalDeviceToolPropertiesModifier and TypeMethodDescriptionint
VkInstanceCommands.getPhysicalDeviceToolProperties
(VkPhysicalDevice physicalDevice, IntPtr pToolCount, @Nullable IVkPhysicalDeviceToolProperties pToolProperties) int
VkInstanceCommands.getPhysicalDeviceToolPropertiesEXT
(VkPhysicalDevice physicalDevice, IntPtr pToolCount, @Nullable IVkPhysicalDeviceToolProperties pToolProperties) -
Uses of IVkPhysicalDeviceToolProperties in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkPhysicalDeviceToolPropertiesModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkPhysicalDeviceToolProperties
structure in native memory.static final record
Represents a pointer to / an array ofVkPhysicalDeviceToolProperties
structure(s) in native memory.