|
Diligent Engine
v.2.4.g
|
#include <VAOCache.hpp>
Classes | |
| struct | VAOAttribs |
Public Member Functions | |
| VAOCache () | |
| ~VAOCache () | |
| VAOCache (const VAOCache &)=delete | |
| VAOCache (VAOCache &&)=delete | |
| VAOCache & | operator= (const VAOCache &)=delete |
| VAOCache & | operator= (VAOCache &&)=delete |
| const GLObjectWrappers::GLVertexArrayObj & | GetVAO (const VAOAttribs &Attribs, class GLContextState &GLContextState) |
| const GLObjectWrappers::GLVertexArrayObj & | GetEmptyVAO () |
| void | OnDestroyBuffer (const BufferGLImpl &Buffer) |
| void | OnDestroyPSO (const PipelineStateGLImpl &PSO) |
| Diligent::VAOCache::VAOCache | ( | ) |
| Diligent::VAOCache::~VAOCache | ( | ) |
|
delete |
|
delete |
| const GLObjectWrappers::GLVertexArrayObj & Diligent::VAOCache::GetEmptyVAO | ( | ) |
| const GLObjectWrappers::GLVertexArrayObj & Diligent::VAOCache::GetVAO | ( | const VAOAttribs & | Attribs, |
| class GLContextState & | GLContextState | ||
| ) |
| void Diligent::VAOCache::OnDestroyBuffer | ( | const BufferGLImpl & | Buffer | ) |
| void Diligent::VAOCache::OnDestroyPSO | ( | const PipelineStateGLImpl & | PSO | ) |
1.8.17