From f868a8e45a8c518ec157dbd03316d3f4a90f5d87 Mon Sep 17 00:00:00 2001 From: Till Date: Sun, 28 Jun 2020 21:20:26 +0200 Subject: [PATCH] broken lighting --- .idea/runConfigurations/debug.xml | 5 ++++- build/quick-clean.ps1 | 2 ++ shaders/triangle.frag | 21 ++++++++++++++++++++- shaders/triangle.vert | 20 ++++++++++++++++---- src/gameobject.rs | 8 ++++---- src/main.rs | 17 ++++++++++++++--- src/vulkan.rs | 10 ++++++++-- 7 files changed, 68 insertions(+), 15 deletions(-) create mode 100644 build/quick-clean.ps1 diff --git a/.idea/runConfigurations/debug.xml b/.idea/runConfigurations/debug.xml index 1c381d5..f8c23cb 100644 --- a/.idea/runConfigurations/debug.xml +++ b/.idea/runConfigurations/debug.xml @@ -8,6 +8,9 @@