mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-02-16 03:39:56 -05:00
Cleanup.
This commit is contained in:
parent
2cf7eaaefc
commit
d53b27d353
2 changed files with 1774 additions and 1776 deletions
|
@ -6,17 +6,16 @@
|
|||
#include "shaderc.h"
|
||||
#include <bx/tokenizecmd.h>
|
||||
|
||||
namespace bgfx
|
||||
{
|
||||
|
||||
bool g_verbose = false;
|
||||
|
||||
#define MAX_TAGS 256
|
||||
extern "C"
|
||||
{
|
||||
#include <fpp.h>
|
||||
} // extern "C"
|
||||
|
||||
namespace bgfx
|
||||
{
|
||||
bool g_verbose = false;
|
||||
|
||||
#define BGFX_CHUNK_MAGIC_CSH BX_MAKEFOURCC('C', 'S', 'H', 0x2)
|
||||
#define BGFX_CHUNK_MAGIC_FSH BX_MAKEFOURCC('F', 'S', 'H', 0x4)
|
||||
#define BGFX_CHUNK_MAGIC_VSH BX_MAKEFOURCC('V', 'S', 'H', 0x4)
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
|
||||
namespace bgfx
|
||||
{
|
||||
|
||||
bool compileGLSLShader(bx::CommandLine& _cmdLine, uint32_t _gles, const std::string& _code, bx::WriterI* _writer)
|
||||
{
|
||||
char ch = tolower(_cmdLine.findOption('\0', "type")[0]);
|
||||
|
|
Loading…
Reference in a new issue