mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +09:00
dom/canvas: webgl: disable HasDXInterop2 check
This commit is contained in:
parent
9b8c8db3c7
commit
a61d9c1ff6
1 changed files with 1 additions and 1 deletions
|
|
@ -963,7 +963,7 @@ WebGLContext::SetDimensions(int32_t signedWidth, int32_t signedHeight)
|
|||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
|
||||
#ifdef XP_WIN
|
||||
#if 0//def XP_WIN
|
||||
if (gl->GetContextType() == gl::GLContextType::WGL &&
|
||||
!gl::sWGLLib.HasDXInterop2())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue