SkiaSharp icon indicating copy to clipboard operation
SkiaSharp copied to clipboard

[QUESTION] Does SkiaSharp support native DirectX12?

Open CXCubeHD opened this issue 1 year ago • 5 comments

I wasn't able to find any information about whether SkiaSharp supports DirectX12 natively. Additionally if it doesn't, does it at least support DirectX11?

CXCubeHD avatar Sep 02 '22 11:09 CXCubeHD

I am writing a custom 2D UI renderer for my native DirectX12 application. If it just supports DX11 then this would be also fine since I can use the DirectX11On12 layer.

CXCubeHD avatar Sep 02 '22 12:09 CXCubeHD

skia has support for Direct3D

mgood7123 avatar Sep 04 '22 12:09 mgood7123

@mgood7123 Direct3D sounds too unspecific. Could you clarify this a little bit more?

CXCubeHD avatar Sep 04 '22 15:09 CXCubeHD

@mgood7123 Direct3D sounds too unspecific. Could you clarify this a little bit more?

idk the details of Direct 3D

mgood7123 avatar Sep 05 '22 04:09 mgood7123

Direct3D could be DirectX9, DirectX11, DirectX12. Those are 3 different worlds

CXCubeHD avatar Sep 05 '22 09:09 CXCubeHD