File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,8 @@ struct GLConfig
7878 int max3DTextureSize;
7979 int maxCubeMapTextureSize;
8080 int maxTextureUnits;
81+ int maxColorTextureSamples;
82+ int maxDepthTextureSamples;
8183
8284 char shadingLanguageVersionString[MAX_STRING_CHARS];
8385 int shadingLanguageVersion;
@@ -153,6 +155,7 @@ struct GLConfig
153155 bool reflectionMappingAvailable;
154156 bool reflectionMapping;
155157 bool bloom;
158+ int MSAA; // 0 == disabled, otherwise used as sample count
156159 bool ssao;
157160 bool motionBlur;
158161};
Original file line number Diff line number Diff line change @@ -1656,6 +1656,8 @@ void RB_RenderSSAO()
16561656
16571657 Tess_InstantScreenSpaceQuad ();
16581658
1659+ BindMSAAOrMainFBO ();
1660+
16591661 GL_CheckErrors ();
16601662}
16611663
You can’t perform that action at this time.
0 commit comments