UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MetalHashedVertexDescriptor.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3/*=============================================================================
4 MetalHashedVertexDescriptor.h: Metal RHI Hashed Vertex Descriptor.
5=============================================================================*/
6
7#pragma once
8
9#include "MetalRHIPrivate.h"
10
11//------------------------------------------------------------------------------
12
13#pragma mark - Metal Hashed Vertex Descriptor
14
15
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
uint32_t uint32
Definition binka_ue_file_header.h:6
Definition MetalHashedVertexDescriptor.h:22
MTLVertexDescriptorPtr VertexDesc
Definition MetalHashedVertexDescriptor.h:24
FMetalHashedVertexDescriptor & operator=(FMetalHashedVertexDescriptor const &Other)
Definition MetalHashedVertexDescriptor.cpp:50
~FMetalHashedVertexDescriptor()
Definition MetalHashedVertexDescriptor.cpp:45
friend uint32 GetTypeHash(FMetalHashedVertexDescriptor const &Hash)
Definition MetalHashedVertexDescriptor.h:41
bool operator==(FMetalHashedVertexDescriptor const &Other) const
Definition MetalHashedVertexDescriptor.cpp:63
FMetalHashedVertexDescriptor()
Definition MetalHashedVertexDescriptor.cpp:16
NS::UInteger VertexDescHash
Definition MetalHashedVertexDescriptor.h:23