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

TVkGraphicsPipelineShaderGroupsCreateInfoNV

Declaration

Source position: vulkanlib.pas line 10264

type TVkGraphicsPipelineShaderGroupsCreateInfoNV = record

  sType: TVkStructureType;

  

  pNext: PVkVoid;

  

  groupCount: TVkUInt32;

  

  pGroups: PVkGraphicsShaderGroupCreateInfoNV;

  

  pipelineCount: TVkUInt32;

  

  pPipelines: PVkPipeline;

  

end;



CT Web help

CodeTyphon Studio