UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MetalAmplificationShader.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3/*=============================================================================
4 MetalAmplificationShader.h: Metal RHI Amplification Shader Class Definition.
5=============================================================================*/
6
7#pragma once
8
9#include "MetalRHIPrivate.h"
11
12//------------------------------------------------------------------------------
13
14#pragma mark - Metal RHI Amplification Shader Class
15
16
17#if PLATFORM_SUPPORTS_MESH_SHADERS
18class FMetalAmplificationShader : public TMetalBaseShader<FRHIAmplificationShader, SF_Amplification>
19{
20public:
23
24 MTLFunctionPtr GetFunction();
25};
26#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