mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 08:15:44 +01:00
add copyright information and code cleanup
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
// Copyright (c) 2025 Quinn
|
||||
// Licensed under the MIT Licence. See LICENSE for details
|
||||
|
||||
#version 330 core
|
||||
layout(points) in;
|
||||
layout(triangle_strip, max_vertices = 4) out; // output the vertices of this rectangle
|
||||
|
||||
Reference in New Issue
Block a user