Uses of Interface
club.doki7.vulkan.datatype.IVkExecutionGraphPipelineCreateInfoAMDX
Packages that use IVkExecutionGraphPipelineCreateInfoAMDX
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkExecutionGraphPipelineCreateInfoAMDX in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkExecutionGraphPipelineCreateInfoAMDXModifier and TypeMethodDescriptionint
VkDeviceCommands.createExecutionGraphPipelinesAMDX
(VkDevice device, @Nullable VkPipelineCache pipelineCache, int createInfoCount, IVkExecutionGraphPipelineCreateInfoAMDX pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkPipeline.Ptr pPipelines) -
Uses of IVkExecutionGraphPipelineCreateInfoAMDX in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkExecutionGraphPipelineCreateInfoAMDXModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkExecutionGraphPipelineCreateInfoAMDX
structure in native memory.static final record
Represents a pointer to / an array ofVkExecutionGraphPipelineCreateInfoAMDX
structure(s) in native memory.