You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#preflight 63d358c85c69f453c1f79c37 [CL 23889591 by christopher waters in ue5-main branch]
8 lines
365 B
C++
8 lines
365 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "BinkShaders.h"
|
|
|
|
IMPLEMENT_GLOBAL_SHADER(FBinkDrawVS, "/Engine/Private/Bink.usf", "BinkDrawVS", SF_Vertex);
|
|
IMPLEMENT_GLOBAL_SHADER(FBinkDrawYCbCrPS, "/Engine/Private/Bink.usf", "BinkDrawYCbCr", SF_Pixel);
|
|
IMPLEMENT_GLOBAL_SHADER(FBinkDrawICtCpPS, "/Engine/Private/Bink.usf", "BinkDrawICtCp", SF_Pixel);
|