engine: hdr to ldr conversion for HDR_TYPE_NONE
This commit is contained in:
parent
312fdb9576
commit
24366ef9a8
9 changed files with 22 additions and 20 deletions
togles/linuxwin
|
@ -1204,6 +1204,7 @@ static void FillD3DCaps9( const GLMRendererInfoFields &glmRendererInfo, D3DCAPS9
|
|||
pCaps->FakeSRGBWrite = true;//!glmRendererInfo.m_hasGammaWrites;
|
||||
pCaps->CanDoSRGBReadFromRTs = true;//!glmRendererInfo.m_cantAttachSRGB;
|
||||
pCaps->MixedSizeTargets = glmRendererInfo.m_hasMixedAttachmentSizes;
|
||||
pCaps->SupportInt16Format = gGL->m_bHave_GL_EXT_texture_norm16;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue