Removed unused define

This commit is contained in:
Sascha Willems 2020-08-21 21:43:18 +02:00
parent 7ef936b044
commit 4ae75d3ee9
2 changed files with 0 additions and 4 deletions

View file

@ -1,7 +1,5 @@
#version 450
#define MAX_FRAGMENT_COUNT 75
layout (early_fragment_tests) in;
struct Node

View file

@ -1,7 +1,5 @@
// Copyright 2020 Sascha Willems
#define MAX_FRAGMENT_COUNT 75
struct VSOutput
{
float4 Pos : SV_POSITION;