Navigation
API > API/Runtime > API/Runtime/OpenGLDrv
Inheritance Hierarchy
- FRHIResource
- FRHIVertexDeclaration
- FOpenGLVertexDeclaration
References
| Module | OpenGLDrv |
| Header | /Engine/Source/Runtime/OpenGLDrv/Public/OpenGLResources.h |
| Include | #include "OpenGLResources.h" |
Syntax
class FOpenGLVertexDeclaration : public FRHIVertexDeclaration
Remarks
This represents a vertex declaration that hasn't been combined with a specific shader to create a bound shader.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint16[MaxVertexElementCount] | StreamStrides | ||
| FOpenGLVertexElements | VertexElements | Elements of the vertex declaration. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FOpenGLVertexDeclaration
(
const FOpenGLVertexElements& InElements, |
Initialization constructor. |
Overridden from FRHIVertexDeclaration
| Type | Name | Description | |
|---|---|---|---|
| bool | GetInitializer
(
FVertexDeclarationElementList& Init |