Cogs.Core
Public Types | List of all members
Cogs::Core::BufferBindFlags Struct Reference

Buffer binding flags. More...

#include <Buffer.h>

Public Types

enum  EBufferBindFlags : uint16_t { None = 0 , VertexBuffer = 1 << 0 , IndexBuffer = 1 << 1 }
 Buffer bind flags enumeration. More...
 

Detailed Description

Buffer binding flags.

Definition at line 32 of file Buffer.h.

Member Enumeration Documentation

◆ EBufferBindFlags

Buffer bind flags enumeration.

Enumerator
None 

Buffer may not be bound as GPU resource.

VertexBuffer 

Buffer can be bound as vertex buffer.

IndexBuffer 

Buffer can be bound as index buffer.

Definition at line 35 of file Buffer.h.


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