Skip to content
Snippets Groups Projects
Commit 74632c76 authored by ReinUsesLisp's avatar ReinUsesLisp
Browse files

gl_shader_decompiler: Rename bufferImage to imageBuffer

The online OpenGL documentation is wrong. The type definition is
imageBuffer.
parent 87909d32
No related branches found
No related tags found
No related merge requests found
......@@ -561,7 +561,7 @@ private:
case Tegra::Shader::ImageType::Texture1D:
return "image1D";
case Tegra::Shader::ImageType::TextureBuffer:
return "bufferImage";
return "imageBuffer";
case Tegra::Shader::ImageType::Texture1DArray:
return "image1DArray";
case Tegra::Shader::ImageType::Texture2D:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment