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