![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <VulkanResources.h>
Inheritance diagram for FVulkanVertexDeclaration:Public Member Functions | |
| FVulkanVertexDeclaration (const FVertexDeclarationElementList &InElements, uint32 InHash, uint32 InHashNoStrides) | |
| virtual bool | GetInitializer (FVertexDeclarationElementList &Out) final override |
| virtual uint32 | GetPrecachePSOHash () const final override |
Public Member Functions inherited from FRHIVertexDeclaration | |
| FRHIVertexDeclaration () | |
| virtual bool | GetInitializer (FVertexDeclarationElementList &Init) |
Public Member Functions inherited from FRHIResource | |
| RHI_API | FRHIResource (ERHIResourceType InResourceType) |
| uint32 | AddRef () const |
| uint32 | Release () const |
| uint32 | GetRefCount () const |
| bool | IsValid () const |
| void | DisableLifetimeExtension () |
| ERHIResourceType | GetType () const |
| FName | GetOwnerName () const |
| void | SetOwnerName (FName InOwnerName) |
Static Public Member Functions | |
| static void | EmptyCache () |
Public Attributes | |
| FVertexDeclarationElementList | Elements |
| uint32 | Hash |
| uint32 | HashNoStrides |
Additional Inherited Members | |
Protected Member Functions inherited from FRHIResource | |
| virtual RHI_API | ~FRHIResource () |
This represents a vertex declaration that hasn't been combined with a specific shader to create a bound shader.
| FVulkanVertexDeclaration::FVulkanVertexDeclaration | ( | const FVertexDeclarationElementList & | InElements, |
| uint32 | InHash, | ||
| uint32 | InHashNoStrides | ||
| ) |
|
static |
|
inlinefinaloverridevirtual |
Reimplemented from FRHIVertexDeclaration.
| FVertexDeclarationElementList FVulkanVertexDeclaration::Elements |
| uint32 FVulkanVertexDeclaration::Hash |
| uint32 FVulkanVertexDeclaration::HashNoStrides |