From 60c0e286c970ab6085608fbe45fcd0d1745a3560 Mon Sep 17 00:00:00 2001 From: hizzlekizzle Date: Tue, 2 Aug 2016 20:21:48 -0500 Subject: [PATCH] move some boilerplate to the hqx passes --- hqx/pass2.inc | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/hqx/pass2.inc b/hqx/pass2.inc index e811ff5..a17811f 100644 --- a/hqx/pass2.inc +++ b/hqx/pass2.inc @@ -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 ) *