Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
Divide::VertexBuffer::Descriptor Struct Reference

#include <VertexBuffer.h>

Public Attributes

Str< 256 > _name
 
bool _largeIndices {false}
 
bool _keepCPUData {false}
 
bool _allowDynamicUpdates {false}
 

Detailed Description

Definition at line 65 of file VertexBuffer.h.

Member Data Documentation

◆ _allowDynamicUpdates

bool Divide::VertexBuffer::Descriptor::_allowDynamicUpdates {false}

Definition at line 70 of file VertexBuffer.h.

◆ _keepCPUData

bool Divide::VertexBuffer::Descriptor::_keepCPUData {false}

Definition at line 69 of file VertexBuffer.h.

◆ _largeIndices

bool Divide::VertexBuffer::Descriptor::_largeIndices {false}

Definition at line 68 of file VertexBuffer.h.

◆ _name

Str<256> Divide::VertexBuffer::Descriptor::_name

Definition at line 67 of file VertexBuffer.h.


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