mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-12 23:23:34 +00:00
fixing windows dll issues
This commit is contained in:
@@ -22,9 +22,9 @@
|
||||
|
||||
namespace mlx
|
||||
{
|
||||
MLX_API uint32_t formatSize(VkFormat format);
|
||||
uint32_t formatSize(VkFormat format);
|
||||
|
||||
class MLX_API Image
|
||||
class Image
|
||||
{
|
||||
friend class SwapChain;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user