Uses of Interface
club.doki7.vulkan.datatype.IVkPipelineExecutablePropertiesKHR
Packages that use IVkPipelineExecutablePropertiesKHR
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkPipelineExecutablePropertiesKHR in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkPipelineExecutablePropertiesKHRModifier and TypeMethodDescriptionint
VkDeviceCommands.getPipelineExecutablePropertiesKHR
(VkDevice device, VkPipelineInfoKHR pPipelineInfo, IntPtr pExecutableCount, @Nullable IVkPipelineExecutablePropertiesKHR pProperties) -
Uses of IVkPipelineExecutablePropertiesKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkPipelineExecutablePropertiesKHRModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkPipelineExecutablePropertiesKHR
structure in native memory.static final record
Represents a pointer to / an array ofVkPipelineExecutablePropertiesKHR
structure(s) in native memory.