You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
11 lines
407 B
Plaintext
11 lines
407 B
Plaintext
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
|
|
|
|
/*=============================================================================
|
|
MetalCommon.usf: Common Metal shader code
|
|
=============================================================================*/
|
|
|
|
// Update this GUID to improve shader recompilation for Metal only shaders
|
|
// GUID = {06C79EC9-644E-4D22-ADA9-47DD4BB343D9a}
|
|
|
|
#pragma once
|