mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-23 00:01:31 +11:00
forgot license block for bead
This commit is contained in:
parent
78ba1dbcc9
commit
240d2b5b90
|
@ -1,5 +1,10 @@
|
||||||
#version 450
|
#version 450
|
||||||
|
|
||||||
|
/*
|
||||||
|
Author: Themaister
|
||||||
|
License: Public domain
|
||||||
|
*/
|
||||||
|
|
||||||
layout(push_constant) uniform Push
|
layout(push_constant) uniform Push
|
||||||
{
|
{
|
||||||
vec4 SourceSize;
|
vec4 SourceSize;
|
||||||
|
|
Loading…
Reference in a new issue