Renamed UniformType enum Int1 to Sampler.

This commit is contained in:
Бранимир Караџић
2019-01-11 14:14:17 -08:00
parent 6e75f9f663
commit a54f8a3f81
38 changed files with 101 additions and 109 deletions

View File

@@ -62,8 +62,8 @@ public:
, 0
);
s_texColor = bgfx::createUniform("s_texColor", bgfx::UniformType::Int1);
s_texStipple = bgfx::createUniform("s_texStipple", bgfx::UniformType::Int1);
s_texColor = bgfx::createUniform("s_texColor", bgfx::UniformType::Sampler);
s_texStipple = bgfx::createUniform("s_texStipple", bgfx::UniformType::Sampler);
u_stipple = bgfx::createUniform("u_stipple", bgfx::UniformType::Vec4);
m_program = loadProgram("vs_tree", "fs_tree");