Removed unused instance and vertex attributes

This commit is contained in:
saschawillems 2016-10-10 20:45:54 +02:00
parent 01b3aefde2
commit 10b3d0b53c
7 changed files with 15 additions and 44 deletions

View file

@ -7,8 +7,8 @@ layout (constant_id = 0) const int MAX_LOD_LEVEL = 5;
struct InstanceData
{
vec4 pos;
vec4 rot;
vec3 pos;
float scale;
};
// Binding 0: Instance input data for culling