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

TVkPipelineViewportStateCreateInfo

Declaration

Source position: vulkanlib.pas line 9054

type TVkPipelineViewportStateCreateInfo = record

  sType: TVkStructureType;

  

  pNext: PVkVoid;

  

  flags: TVkPipelineViewportStateCreateFlags;

  

  viewportCount: TVkUInt32;

  

  pViewports: PVkViewport;

  

  scissorCount: TVkUInt32;

  

  pScissors: PVkRect2D;

  

end;



CT Web help

CodeTyphon Studio