mirror of
https://github.com/Ishan09811/pine.git
synced 2025-04-29 08:25:10 +00:00
Update gpu.h
This commit is contained in:
parent
196e52dd53
commit
9d2604474a
@ -20,7 +20,6 @@
|
||||
#include "gpu/cache/framebuffer_cache.h"
|
||||
#include "gpu/interconnect/maxwell_3d/pipeline_manager.h"
|
||||
#include "gpu/interconnect/kepler_compute/pipeline_manager.h"
|
||||
#include "gpu/interconnect/common/samplers.h"
|
||||
|
||||
namespace skyline::gpu {
|
||||
static constexpr u32 VkApiVersion{VK_API_VERSION_1_1}; //!< The version of core Vulkan that we require
|
||||
@ -34,7 +33,6 @@ namespace skyline::gpu {
|
||||
friend Texture;
|
||||
friend Buffer;
|
||||
friend BufferManager;
|
||||
friend Samplers;
|
||||
|
||||
public:
|
||||
adrenotools_gpu_mapping adrenotoolsImportMapping{}; //!< Persistent struct to store active adrenotools mapping import info
|
||||
|
Loading…
x
Reference in New Issue
Block a user