(flat) int for samplerindex

This commit is contained in:
saschawillems 2016-08-30 20:45:23 +02:00
parent 1461731a0e
commit 5dd928b7f4
5 changed files with 5 additions and 6 deletions

View file

@ -67,7 +67,7 @@ public:
glm::mat4 view;
glm::mat4 model;
float lodBias = 0.0f;
float samplerIndex = 2.0f;
uint32_t samplerIndex = 2;
} uboVS;
struct {