Previous 199869 Revisions Next

r45093 Sunday 21st February, 2016 at 12:00:56 UTC by Miodrag Milanović
Better fix (nw)
[src/osd/modules/render/bgfx]uniform.cpp

trunk/src/osd/modules/render/bgfx/uniform.cpp
r253604r253605
77//============================================================
88
99#include "uniform.h"
10#include <string.h>
10#include <cstring>
1111
1212bgfx_uniform::bgfx_uniform(std::string name, bgfx::UniformType::Enum type)
1313    : m_name(name)


Previous 199869 Revisions Next


© 1997-2024 The MAME Team