Fix for mac and linux builds

This commit is contained in:
Anthony Thibault 2016-07-28 10:02:19 -07:00
parent 0a35c13a94
commit 6b8e912114

View file

@ -158,9 +158,8 @@ public:
gpu::PipelinePointer getSimplePipeline(bool textured = false, bool culled = true,
bool unlit = false, bool depthBias = false);
void bindSimpleSRGBTexturedUnlitNoDstAlphaProgram(gpu::Batch& batch);
gpu::PipelinePointer GeometryCache::getSimpleSRGBTexturedUnlitNoDstAlphaPipeline();
gpu::PipelinePointer getSimpleSRGBTexturedUnlitNoDstAlphaPipeline();
render::ShapePipelinePointer getShapePipeline() { return GeometryCache::_simplePipeline; }
render::ShapePipelinePointer getWireShapePipeline() { return GeometryCache::_simpleWirePipeline; }