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

#include <graphicsPipeline.h>

Public Member Functions

HGI_API HgiVertexBufferDesc ()
 

Public Attributes

uint32_t bindingIndex
 
HgiVertexAttributeDescVector vertexAttributes
 
HgiVertexBufferStepFunction vertexStepFunction
 
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).
  • vertexStepFunction: The rate at which data is pulled for this vertex buffer.
  • vertexStride: The byte size of a vertex (distance between two vertices).

Definition at line 94 of file graphicsPipeline.h.

Constructor & Destructor Documentation

HGI_API HgiVertexBufferDesc::HgiVertexBufferDesc ( )

Member Data Documentation

uint32_t HgiVertexBufferDesc::bindingIndex

Definition at line 99 of file graphicsPipeline.h.

HgiVertexAttributeDescVector HgiVertexBufferDesc::vertexAttributes

Definition at line 100 of file graphicsPipeline.h.

HgiVertexBufferStepFunction HgiVertexBufferDesc::vertexStepFunction

Definition at line 101 of file graphicsPipeline.h.

uint32_t HgiVertexBufferDesc::vertexStride

Definition at line 102 of file graphicsPipeline.h.


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