Trivial changes, mostly to clean up diff noise. Majority of changes are comment corrections or licenseinfo updates. (does not include newview directory)
This commit is contained in:
@@ -421,10 +421,13 @@ const U32 FENCE_WAIT_TIME_NANOSECONDS = 1000; //1 ms
|
||||
class LLGLFence
|
||||
{
|
||||
public:
|
||||
virtual ~LLGLFence()
|
||||
{
|
||||
}
|
||||
|
||||
virtual void placeFence() = 0;
|
||||
virtual bool isCompleted() = 0;
|
||||
virtual void wait() = 0;
|
||||
virtual ~LLGLFence() {}
|
||||
};
|
||||
|
||||
class LLGLSyncFence : public LLGLFence
|
||||
|
||||
Reference in New Issue
Block a user