vk_rasterizer: Add placeholder

This commit is contained in:
ReinUsesLisp 2020-01-06 21:10:56 -03:00
parent 5be00cba15
commit 9c548146ca
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,13 @@
// Copyright 2019 yuzu Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#pragma once
#include "video_core/rasterizer_interface.h"
namespace Vulkan {
class RasterizerVulkan : public VideoCore::RasterizerInterface {};
} // namespace Vulkan