Add header comments

This commit is contained in:
junseopark-digipen
2026-09-14 18:15:48 +09:00
parent fab2ad91a8
commit 9ec97af5be
2 changed files with 16 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
/*!
\file simple.frag
\author Junseo Park (박준서)
\par CS200 Assignment 2
\par Course: CS200
\copyright Copyright (C) 2026 DigiPen Institute of Technology
*/
#version 300 es
precision mediump float;

View File

@@ -1,3 +1,11 @@
/*!
\file simple.vert
\author Junseo Park (박준서)
\par CS200 Assignment 2
\par Course: CS200
\copyright Copyright (C) 2026 DigiPen Institute of Technology
*/
#version 300 es
precision mediump float;