Skip to content

Commit

Permalink
d3d11: add missing PL_API macros
Browse files Browse the repository at this point in the history
  • Loading branch information
kasper93 committed Feb 19, 2023
1 parent d661bf0 commit ac47b83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/include/libplacebo/d3d11.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
#include <libplacebo/gpu.h>
#include <libplacebo/swapchain.h>

PL_API_BEGIN

// Structure representing the actual D3D11 device and associated GPU instance
typedef const struct pl_d3d11_t {
pl_gpu gpu;
Expand Down Expand Up @@ -240,4 +242,6 @@ struct pl_d3d11_wrap_params {
// other reasons, in which case it will return NULL.
pl_tex pl_d3d11_wrap(pl_gpu gpu, const struct pl_d3d11_wrap_params *params);

PL_API_END

#endif // LIBPLACEBO_D3D11_H_

0 comments on commit ac47b83

Please sign in to comment.