All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HgiVertexBufferDesc Struct Reference

Describes the attributes of a vertex buffer. More...

Public Attributes

uint32_t bindingIndex
 
HgiVertexAttributeDescVector vertexAttributes
 
uint32_t vertexStride
 

Detailed Description

Describes the attributes of a vertex buffer.

  • bindingIndex: Binding location for this vertex buffer.
  • vertexAttributes: List of vertex attributes (in vertex buffer).
  • vertexStride: The byte size of a vertex (distance between two vertices).

Definition at line 90 of file graphicsPipeline.h.


The documentation for this struct was generated from the following file: