Uses of Interface
club.doki7.vulkan.datatype.IVkWriteIndirectExecutionSetShaderEXT
Packages that use IVkWriteIndirectExecutionSetShaderEXT
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkWriteIndirectExecutionSetShaderEXT in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkWriteIndirectExecutionSetShaderEXTModifier and TypeMethodDescriptionvoid
VkDeviceCommands.updateIndirectExecutionSetShaderEXT
(VkDevice device, VkIndirectExecutionSetEXT indirectExecutionSet, int executionSetWriteCount, IVkWriteIndirectExecutionSetShaderEXT pExecutionSetWrites) -
Uses of IVkWriteIndirectExecutionSetShaderEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkWriteIndirectExecutionSetShaderEXTModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkWriteIndirectExecutionSetShaderEXT
structure in native memory.static final record
Represents a pointer to / an array ofVkWriteIndirectExecutionSetShaderEXT
structure(s) in native memory.