mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
commit
284cf12037
@ -10,6 +10,7 @@
|
|||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
#include "valueuniform.h"
|
#include "valueuniform.h"
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
bgfx_value_uniform::bgfx_value_uniform(bgfx_uniform* uniform, float* values, const int count)
|
bgfx_value_uniform::bgfx_value_uniform(bgfx_uniform* uniform, float* values, const int count)
|
||||||
: bgfx_entry_uniform(uniform)
|
: bgfx_entry_uniform(uniform)
|
||||||
|
Loading…
Reference in New Issue
Block a user