mirror of
https://github.com/Blinue/Magpie.git
synced 2026-06-24 02:04:10 +00:00
8 lines
268 B
C++
8 lines
268 B
C++
#pragma once
|
|
#include <guiddef.h>
|
|
|
|
// {982B95F0-FFA4-4BDB-A933-2B2EE5F74B58}
|
|
DEFINE_GUID(GUID_MAGPIE_RGB2YUV_SHADER,
|
|
0x982b95f0, 0xffa4, 0x4bdb, 0xa9, 0x33, 0x2b, 0x2e, 0xe5, 0xf7, 0x4b, 0x58);
|
|
|
|
constexpr auto MAGPIE_RGB2YUV_SHADER = L"shaders/RGB2YUVShader.cso";
|