OpenGL 和 OpenGL ES 是否可用于 Windows 8 Store 应用程序(想在 windows 8 pro 平板电脑上运行应用程序)?
是的,那么它可以在 C# 中使用吗?
(以上问题是因为我想在 Windows 8 Pro 中使用 OpenGL 实现色度键堆肥“绿屏”)
OpenGL 和 OpenGL ES 是否可用于 Windows 8 Store 应用程序(想在 windows 8 pro 平板电脑上运行应用程序)?
是的,那么它可以在 C# 中使用吗?
(以上问题是因为我想在 Windows 8 Pro 中使用 OpenGL 实现色度键堆肥“绿屏”)
Microsoft Open Technologies 正在致力于为 Windows 应用商店提供 OpenGL ES 支持。
https://github.com/MSOpenTech/angle
它是用 C++ 编写的。
Please find answer from here MSDN FORUMS
DirectX is available to Windows Store apps. OpenGL is not. How best to perform a green screen will depend on what sort of green screen you need. For advanced graphics you generally want DirectX, but for simple static greenscreening you can access a WriteableBitmap's PixelBuffer directly. --Rob