Branimir Karadžić 11 лет назад
Родитель
Сommit
1a765e9646
1 измененных файлов с 0 добавлено и 5 удалено
  1. 0 5
      examples/14-shadowvolumes/shadowvolumes.cpp

+ 0 - 5
examples/14-shadowvolumes/shadowvolumes.cpp

@@ -120,11 +120,6 @@ static bgfx::UniformHandle u_texColor;
 static bgfx::UniformHandle u_texStencil;
 static bgfx::UniformHandle u_texStencil;
 static bgfx::FrameBufferHandle s_stencilFb;
 static bgfx::FrameBufferHandle s_stencilFb;
 
 
-inline uint32_t uint32_max(uint32_t _a, uint32_t _b)
-{
-	return _a > _b ? _a : _b;
-}
-
 static void shaderFilePath(char* _out, const char* _name)
 static void shaderFilePath(char* _out, const char* _name)
 {
 {
 	strcpy(_out, s_shaderPath);
 	strcpy(_out, s_shaderPath);