mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
gfx: fix d3d9 part call to `DXGIYCbCrTextureData::Create()' in Issue #2393 - Part 2.
This commit is contained in:
parent
c889903081
commit
0ac8b08be1
1 changed files with 1 additions and 2 deletions
|
|
@ -183,8 +183,7 @@ IMFYCbCrImage::GetD3D9TextureClient(KnowsCompositor* aForwarder)
|
|||
}
|
||||
|
||||
mTextureClient = TextureClient::CreateWithData(
|
||||
DXGIYCbCrTextureData::Create(TextureFlags::DEFAULT,
|
||||
textureY, textureCb, textureCr,
|
||||
DXGIYCbCrTextureData::Create(textureY, textureCb, textureCr,
|
||||
shareHandleY, shareHandleCb, shareHandleCr,
|
||||
GetSize(), mData.mYSize, mData.mCbCrSize),
|
||||
TextureFlags::DEFAULT,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue