V2 spatial partition, and all the pipeline changes that go with it.
Note: Deferred mode is not finished, and thus broken. Don't use!
This commit is contained in:
@@ -49,8 +49,11 @@
|
||||
#include "pipeline.h"
|
||||
#include "llviewershadermgr.h"
|
||||
|
||||
LLDrawPoolSky::LLDrawPoolSky() :
|
||||
LLFacePool(POOL_SKY), mShader(NULL)
|
||||
LLDrawPoolSky::LLDrawPoolSky()
|
||||
: LLFacePool(POOL_SKY),
|
||||
|
||||
mSkyTex(NULL),
|
||||
mShader(NULL)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user