Uses of Interface
club.doki7.vulkan.datatype.IVkPipelineExecutableInternalRepresentationKHR
Packages that use IVkPipelineExecutableInternalRepresentationKHR
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkPipelineExecutableInternalRepresentationKHR in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkPipelineExecutableInternalRepresentationKHRModifier and TypeMethodDescriptionint
VkDeviceCommands.getPipelineExecutableInternalRepresentationsKHR
(VkDevice device, VkPipelineExecutableInfoKHR pExecutableInfo, IntPtr pInternalRepresentationCount, @Nullable IVkPipelineExecutableInternalRepresentationKHR pInternalRepresentations) -
Uses of IVkPipelineExecutableInternalRepresentationKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkPipelineExecutableInternalRepresentationKHRModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkPipelineExecutableInternalRepresentationKHR
structure in native memory.static final record
Represents a pointer to / an array ofVkPipelineExecutableInternalRepresentationKHR
structure(s) in native memory.