UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MetalMeshShader.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3/*=============================================================================
4 MetalMeshShader.h: Metal RHI Mesh Shader Class Definition.
5=============================================================================*/
6
7#pragma once
8
9#include "MetalRHIPrivate.h"
11
12
13//------------------------------------------------------------------------------
14
15#pragma mark - Metal RHI Mesh Shader Class
16
17
18#if PLATFORM_SUPPORTS_MESH_SHADERS
19class FMetalMeshShader : public TMetalBaseShader<FRHIMeshShader, SF_Mesh>
20{
21public:
24
25 MTLFunctionPtr GetFunction();
26};
27#endif
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition MetalDevice.h:102
Definition ArrayView.h:139
Definition MetalBaseShader.h:93