update Vulkan implementation headers

This commit is contained in:
Nick Fisher
2025-04-02 22:19:19 +08:00
parent 178da458ad
commit e8aa68beb4
6 changed files with 86 additions and 91 deletions

View File

@@ -15,7 +15,7 @@
namespace thermion::windows::d3d {
class EMSCRIPTEN_KEEPALIVE D3DTexture {
class DLL_EXPORT D3DTexture {
public:
D3DTexture(
Microsoft::WRL::ComPtr<ID3D11Texture2D> d3dTexture2D,