![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Classes | |
| struct | FOpenGLVertexDeclarationKey |
Functions | |
| uint32 | GetTypeHash (const FOpenGLVertexDeclarationKey &Key) |
| bool | operator== (const FOpenGLVertexElement &A, const FOpenGLVertexElement &B) |
| bool | operator== (const FOpenGLVertexDeclarationKey &A, const FOpenGLVertexDeclarationKey &B) |
Variables | |
| TMap< FOpenGLVertexDeclarationKey, FVertexDeclarationRHIRef > | GOpenGLVertexDeclarationCache |
| uint32 GetTypeHash | ( | const FOpenGLVertexDeclarationKey & | Key | ) |
Hashes the array of OpenGL vertex element descriptions.
| bool operator== | ( | const FOpenGLVertexDeclarationKey & | A, |
| const FOpenGLVertexDeclarationKey & | B | ||
| ) |
Compare two vertex declaration keys.
| bool operator== | ( | const FOpenGLVertexElement & | A, |
| const FOpenGLVertexElement & | B | ||
| ) |
Compare two vertex element descriptions.
| TMap<FOpenGLVertexDeclarationKey,FVertexDeclarationRHIRef> GOpenGLVertexDeclarationCache |
Global cache of vertex declarations.