removed vulkan element
This commit is contained in:
parent
cfc9ca8349
commit
ae312807fc
11 changed files with 89 additions and 96 deletions
|
|
@ -29,7 +29,7 @@ namespace Crafter {
|
|||
|
||||
export class WindowWaylandVulkan : public WindowWayland {
|
||||
public:
|
||||
ComponentRefVector<VulkanElement> vulkanElements;
|
||||
Event<VkCommandBuffer> onDraw;
|
||||
WindowWaylandVulkan(std::string name, std::uint32_t width, std::uint32_t height);
|
||||
~WindowWaylandVulkan();
|
||||
void Start();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue