mirror of
https://github.com/lubosz/overte.git
synced 2025-08-27 08:45:52 +02:00
Fix for mac and linux builds
This commit is contained in:
parent
0a35c13a94
commit
6b8e912114
1 changed files with 1 additions and 2 deletions
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue