Skip to content

Commit 401d4f3

Browse files
add(shaders): adding placeholder for the base directory of shaders
1 parent 1ce7e88 commit 401d4f3

4 files changed

Lines changed: 20 additions & 0 deletions

File tree

source/shaders/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Copyright (c) - Graphical Playground. All rights reserved.
2+
# For more information, see https://graphical-playground/legal
3+
# mailto:support AT graphical-playground DOT com
4+
5+
# TODO: Add proper shaders build system

source/shaders/private/Common.hlsl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// Copyright (c) - Graphical Playground. All rights reserved.
2+
// For more information, see https://graphical-playground/legal
3+
// mailto:support AT graphical-playground DOT com
4+
5+
#pragma once
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// Copyright (c) - Graphical Playground. All rights reserved.
2+
// For more information, see https://graphical-playground/legal
3+
// mailto:support AT graphical-playground DOT com
4+
5+
#pragma once
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// Copyright (c) - Graphical Playground. All rights reserved.
2+
// For more information, see https://graphical-playground/legal
3+
// mailto:support AT graphical-playground DOT com
4+
5+
#pragma once

0 commit comments

Comments
 (0)