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

TVkGeneratedCommandsInfoNV

Declaration

Source position: vulkanlib.pas line 10343

type TVkGeneratedCommandsInfoNV = record

  sType: TVkStructureType;

  

  pNext: PVkVoid;

  

  pipelineBindPoint: TVkPipelineBindPoint;

  

  pipeline: TVkPipeline;

  

  indirectCommandsLayout: TVkIndirectCommandsLayoutNV;

  

  streamCount: TVkUInt32;

  

  pStreams: PVkIndirectCommandsStreamNV;

  

  sequencesCount: TVkUInt32;

  

  preprocessBuffer: TVkBuffer;

  

  preprocessOffset: TVkDeviceSize;

  

  preprocessSize: TVkDeviceSize;

  

  sequencesCountBuffer: TVkBuffer;

  

  sequencesCountOffset: TVkDeviceSize;

  

  sequencesIndexBuffer: TVkBuffer;

  

  sequencesIndexOffset: TVkDeviceSize;

  

end;



CT Web help

CodeTyphon Studio