|
@@ -869,6 +869,8 @@ protected:
|
|
|
|
|
|
struct DisplayState
|
|
|
{
|
|
|
+ DisplayState();
|
|
|
+
|
|
|
Colorf color = Colorf(1.0, 1.0, 1.0, 1.0);
|
|
|
Colorf backgroundColor = Colorf(0.0, 0.0, 0.0, 1.0);
|
|
|
|
|
@@ -901,6 +903,7 @@ protected:
|
|
|
|
|
|
bool wireframe = false;
|
|
|
|
|
|
+ // Default mipmap filter is set in the DisplayState constructor.
|
|
|
SamplerState defaultSamplerState = SamplerState();
|
|
|
};
|
|
|
|