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

TVkIndirectCommandsLayoutCreateInfoNV

Declaration

Source position: vulkanlib.pas line 10330

type TVkIndirectCommandsLayoutCreateInfoNV = record

  sType: TVkStructureType;

  

  pNext: PVkVoid;

  

  flags: TVkIndirectCommandsLayoutUsageFlagsNV;

  

  pipelineBindPoint: TVkPipelineBindPoint;

  

  tokenCount: TVkUInt32;

  

  pTokens: PVkIndirectCommandsLayoutTokenNV;

  

  streamCount: TVkUInt32;

  

  pStreamStrides: PVkUInt32;

  

end;



CT Web help

CodeTyphon Studio