Removed unused define
This commit is contained in:
parent
7ef936b044
commit
4ae75d3ee9
2 changed files with 0 additions and 4 deletions
|
|
@ -1,7 +1,5 @@
|
||||||
#version 450
|
#version 450
|
||||||
|
|
||||||
#define MAX_FRAGMENT_COUNT 75
|
|
||||||
|
|
||||||
layout (early_fragment_tests) in;
|
layout (early_fragment_tests) in;
|
||||||
|
|
||||||
struct Node
|
struct Node
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,5 @@
|
||||||
// Copyright 2020 Sascha Willems
|
// Copyright 2020 Sascha Willems
|
||||||
|
|
||||||
#define MAX_FRAGMENT_COUNT 75
|
|
||||||
|
|
||||||
struct VSOutput
|
struct VSOutput
|
||||||
{
|
{
|
||||||
float4 Pos : SV_POSITION;
|
float4 Pos : SV_POSITION;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue