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