Previous 199869 Revisions Next

r45095 Sunday 21st February, 2016 at 12:18:38 UTC by Miodrag Milanović
Merge branch 'master' of https://github.com/mamedev/mame
[src/osd/modules/render/bgfx]uniform.cpp

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


Previous 199869 Revisions Next


© 1997-2024 The MAME Team