mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-23 08:11:29 +11:00
move some boilerplate to the hqx passes
This commit is contained in:
parent
640dbbdcda
commit
60c0e286c9
|
@ -1,17 +1,3 @@
|
||||||
#version 450
|
|
||||||
|
|
||||||
layout(push_constant) uniform Push
|
|
||||||
{
|
|
||||||
vec4 SourceSize;
|
|
||||||
vec4 OriginalSize;
|
|
||||||
vec4 OutputSize;
|
|
||||||
} registers;
|
|
||||||
|
|
||||||
layout(std140, set = 0, binding = 0) uniform UBO
|
|
||||||
{
|
|
||||||
mat4 MVP;
|
|
||||||
} global;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2003 Maxim Stepin ( maxst@hiend3d.com )
|
* Copyright (C) 2003 Maxim Stepin ( maxst@hiend3d.com )
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue