summaryrefslogblamecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_shader_util.h
blob: 9517cbe84ff5e914ca6610fe8213a92cf34a4482 (plain) (tree)
1
2
3
4
5
6
7
8
9





                                            

               
                                
                                                    


                  
             
 
                                                                              

                     
// Copyright 2018 yuzu Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.

#pragma once

#include <span>

#include "common/common_types.h"
#include "video_core/vulkan_common/vulkan_wrapper.h"

namespace Vulkan {

class Device;

vk::ShaderModule BuildShader(const Device& device, std::span<const u32> code);

} // namespace Vulkan