Questions tagged [multisampling]
The multisampling tag has no summary.
10 questions
0 votes
0 answers
38 views
Why is samplecmp limited to red channel
SampleCmp can be used with texture having only a red channel (typically depth texture) or on texture having R+other channels but reading only the red channel. I'm storing two depths in RG channels and ...
1 vote
1 answer
430 views
Update DXGI swapchain sample count without recreating swapchain in full-screen mode
I'm implementing the ability to tweak graphics settings in my application at runtime (resolution, refresh rate, v-sync, multisampling). It is possible to update the resolution, format and refresh rate ...
0 votes
1 answer
905 views
Is there a maximum value of sample for Anti Aliasing in Unity?
In Quality settings, there is Antialiasing option with 2~8x sample range. I can change the sample by script like this: QualitySettings.antiAliasing = myAAValue; ...
4 votes
1 answer
2k views
Mix multisample and non multisample rendering in Directx11
is there a way to mix multisample and non multisample rendering in Directx11? It seems that when I create a multisampled render target I always get a multisampled rendering, regardless of the value of ...
2 votes
0 answers
118 views
Multisampling Gamma Correction Problem
I have multisampled rendertarget where I use red channel as stencil data, but the problem is I get incorrect results around borders if "Antialiasing - Gamma Correction" is set to on in Nvidia Control ...