bgfx/tools
Mike Popoloski 2819f93f26 shaderc dx11 now removes unused constants
The D3D11 shader compiler doesn't remove unused constants because it would change the size of buffers uploaded by the application. This means that all of the default unused bgfx uniforms take up a huge amount of space that forces the app to waste a ton of time uploading zeroes. This change is a bit of a hack but removes the unused constants and improves performance a great deal.
2015-04-11 15:40:31 -04:00
..
bin Removed tools executables to avoid repo bloat, and stale executables. Added makefile rule to build tools. 2014-02-09 18:59:49 -08:00
geometryc Fixed variable shadowing. 2015-04-04 19:45:45 -07:00
shaderc shaderc dx11 now removes unused constants 2015-04-11 15:40:31 -04:00
texturec Updated copyright year. 2015-01-01 15:04:46 -08:00
makedisttex.cpp Updated copyright year. 2015-01-01 15:04:46 -08:00