Unit 'vulkanlib' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_vulkan]

TVkIndirectCommandsTokenDataEXT

Declaration

Source position: vulkanlib.pas line 16979

type TVkIndirectCommandsTokenDataEXT = record

  case LongInt of

    0: (

        pPushConstant: PVkIndirectCommandsPushConstantTokenEXT;

  

      );

    1: (

        pVertexBuffer: PVkIndirectCommandsVertexBufferTokenEXT;

  

      );

    2: (

        pIndexBuffer: PVkIndirectCommandsIndexBufferTokenEXT;

  

      );

    3: (

        pExecutionSet: PVkIndirectCommandsExecutionSetTokenEXT;

  

      );

end;



CT Web help

CodeTyphon Studio