来自字符向量的 DirectX10 纹理

发布于 2024-12-03 08:25:59 字数 228 浏览 2 评论 0原文

我有一个 C++ 服务器应用程序,它从客户端 Android 应用程序接收 .png 图像。该连接使用套接字并接收字符形式的图像数据并将其存储在向量中。

std::vector<char> vec;

然后应用程序需要使用 directx10 在屏幕上显示图像,我知道您可以手动填充纹理,但这意味着我需要解析 png 文件。我的问题是还有其他方法可以做到这一点吗?

I have a C++ server application that receives .png images from a client Android application. The connection uses sockets and receives the image data as char's and stores it in a vector.

std::vector<char> vec;

The application then needs to display the images on screen using directx10, I know you can manually fill textures but that would mean I would need to parse the png file. My question is is there anyway other way of doing this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文