mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-12-01 11:56:58 -05:00
Cleanup.
This commit is contained in:
parent
7fa124eeab
commit
1a765e9646
1 changed files with 0 additions and 5 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue