Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

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);