19 lines
571 B
HLSL
19 lines
571 B
HLSL
//////////////////////////////////////////////////////
|
|
// MK Toon Universal2D Setup //
|
|
// //
|
|
// Created by Michael Kremmel //
|
|
// www.michaelkremmel.de //
|
|
// Copyright © 2021 All rights reserved. //
|
|
//////////////////////////////////////////////////////
|
|
|
|
#ifndef MK_TOON_UNIVERSAL2D_SETUP
|
|
#define MK_TOON_UNIVERSAL2D_SETUP
|
|
|
|
#ifndef MK_UNIVERSAL2D_PASS
|
|
#define MK_UNIVERSAL2D_PASS
|
|
#endif
|
|
|
|
#include "../Core.hlsl"
|
|
|
|
#include "ProgramUniversal2D.hlsl"
|
|
#endif |