UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FD3D12VertexDeclarationKey Struct Reference

Public Member Functions

 FD3D12VertexDeclarationKey (const FVertexDeclarationElementList &InElements)
 

Public Attributes

FD3D12VertexElements VertexElements
 
uint32 Hash
 
uint32 HashNoStrides
 
uint16 StreamStrides [MaxVertexElementCount]
 

Detailed Description

Key used to look up vertex declarations in the cache.

Constructor & Destructor Documentation

◆ FD3D12VertexDeclarationKey()

FD3D12VertexDeclarationKey::FD3D12VertexDeclarationKey ( const FVertexDeclarationElementList InElements)
inlineexplicit

Initialization constructor.

Member Data Documentation

◆ Hash

uint32 FD3D12VertexDeclarationKey::Hash

Hash of the vertex elements.

◆ HashNoStrides

uint32 FD3D12VertexDeclarationKey::HashNoStrides

Hash of the vertex elements, without strides.

◆ StreamStrides

uint16 FD3D12VertexDeclarationKey::StreamStrides[MaxVertexElementCount]

◆ VertexElements

FD3D12VertexElements FD3D12VertexDeclarationKey::VertexElements

Vertex elements in the declaration.


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