Sleeping Wombat GUI
0.100
swGUI
|
#include "swGraphicAPI/Resources/ResourceObject.h"
#include "swGraphicAPI/Rendering/GraphicAPIConstants.h"
#include "ResourcePtr.h"
#include "swCommonLib/Common/MemoryChunk.h"
#include "swCommonLib/System/Path.h"
Go to the source code of this file.
Classes | |
struct | BufferInfo |
Descriptor of buffer. More... | |
class | IBuffer |
Base class for buffers. More... | |
Enumerations | |
enum | BufferType : uint8 { BufferType::VertexBuffer, BufferType::IndexBuffer, BufferType::ConstantBuffer } |
Type of buffer. More... | |