added shadow rendering

This commit is contained in:
j3oss
2021-07-25 01:07:23 +02:00
parent f9018c9878
commit 4e892b3288
5 changed files with 151 additions and 25 deletions
-5
View File
@@ -1,10 +1,5 @@
#version 450
layout( push_constant ) uniform constants
{
uint lightCount;
} PushConstants;
layout(set = 1, binding = 0) uniform CameraParam {
mat4 projection;
mat4 view;