mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
stop hardcoding vulkan vertex layouts
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#ifndef LOVE_GRAPHICS_VULKAN_VULKAN_H
|
||||
#define LOVE_GRAPHICS_VULKAN_VULKAN_H
|
||||
|
||||
#include "Vulkan.h"
|
||||
#include "Graphics.h"
|
||||
|
||||
namespace love {
|
||||
namespace graphics {
|
||||
namespace vulkan {
|
||||
class Vulkan {
|
||||
public:
|
||||
static VkFormat getVulkanVertexFormat(DataFormat format);
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user