mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 10:35:43 -05:00
Cleanup.
This commit is contained in:
parent
c6efb167ba
commit
7d81db60e1
2 changed files with 4 additions and 1 deletions
|
@ -524,6 +524,9 @@ void CompressTriangleCodes1( const Ty* triangles,
|
|||
verticesRead += 3;
|
||||
break;
|
||||
}
|
||||
|
||||
default: // IB_EDGE_NEW, IB_EDGE_CACHED, IB_EDGE_0_NEW, IB_EDGE_1_NEW
|
||||
break;
|
||||
}
|
||||
|
||||
// populate the edge fifo with the 3 most recent edges
|
||||
|
|
|
@ -271,7 +271,7 @@ int _main_(int /*_argc*/, char** /*_argv*/)
|
|||
bgfx::ProgramHandle programSky = loadProgram("vs_ibl_skybox", "fs_ibl_skybox");
|
||||
|
||||
Mesh* meshBunny;
|
||||
meshBunny = meshLoad("meshes/pony.bin");
|
||||
meshBunny = meshLoad("meshes/bunny.bin");
|
||||
|
||||
struct Settings
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue