mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 10:00:40 +00:00
Show seamless cubemap sampling state in UI
This commit is contained in:
@@ -368,6 +368,12 @@ namespace renderdocui.Windows.PipelineState
|
||||
if (s.UseBorder)
|
||||
addressing += String.Format("<{0}>", borderColor);
|
||||
|
||||
if (r.ResType == ShaderResourceType.TextureCube ||
|
||||
r.ResType == ShaderResourceType.TextureCubeArray)
|
||||
{
|
||||
addressing += s.SeamlessCube ? " Seamless" : " Non-Seamless";
|
||||
}
|
||||
|
||||
string minfilter = s.MinFilter;
|
||||
|
||||
if (s.MaxAniso > 1)
|
||||
|
||||
Reference in New Issue
Block a user