mirror of
https://github.com/Ishan09811/pine.git
synced 2025-04-24 08:55:10 +00:00
fix
This commit is contained in:
parent
5e74a8aff1
commit
c406ab9852
@ -10,7 +10,7 @@
|
||||
|
||||
namespace skyline::gpu {
|
||||
|
||||
bool isSampleShadingEnabled= false
|
||||
bool isSampleShadingEnabled = false;
|
||||
|
||||
static vk::raii::ShaderModule CreateShaderModule(GPU &gpu, vfs::Backing &shaderBacking) {
|
||||
std::vector<u32> shaderBuf(shaderBacking.size / 4);
|
||||
@ -396,4 +396,4 @@ namespace skyline::gpu {
|
||||
: blitHelperShader(gpu, shaderFileSystem),
|
||||
clearHelperShader(gpu, shaderFileSystem) {}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user