0
0
mirror of https://github.com/Ishan09811/pine.git synced 2025-04-24 08:55:10 +00:00
This commit is contained in:
Ishan09811 2024-07-30 13:34:29 +05:30 committed by GitHub
parent 5e74a8aff1
commit c406ab9852
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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) {}
}
}