Class VkDispatchIndirectCommand

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkDispatchIndirectCommand extends Struct<VkDispatchIndirectCommand> implements NativeResource
Structure specifying a indirect dispatching command.
Description

The members of VkDispatchIndirectCommand have the same meaning as the corresponding parameters of CmdDispatch.

Valid Usage
See Also

CmdDispatchIndirect

Layout


 struct VkDispatchIndirectCommand {
     uint32_t x();
     uint32_t y();
     uint32_t z();
 }