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

TVkVertexInputBindingDescription2EXT

Declaration

Source position: vulkanlib.pas line 16310

type TVkVertexInputBindingDescription2EXT = record

  sType: TVkStructureType;

  

  pNext: PVkVoid;

  

  binding: TVkUInt32;

  

  stride: TVkUInt32;

  

  inputRate: TVkVertexInputRate;

  

  divisor: TVkUInt32;

  

end;



CT Web help

CodeTyphon Studio