mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
Fix typo in SamplerType.TextureBuffer
This commit is contained in:
parent
11c596a18a
commit
ad4db6b242
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ namespace Ryujinx.Graphics.Shader
|
|||
typeName = (type & SamplerType.Mask) switch
|
||||
{
|
||||
SamplerType.Texture1D => "texture1d",
|
||||
SamplerType.TextureBuffer => "texturebuffer",
|
||||
SamplerType.TextureBuffer => "texture_buffer",
|
||||
SamplerType.Texture2D => "texture2d",
|
||||
SamplerType.Texture3D => "texture3d",
|
||||
SamplerType.TextureCube => "texturecube",
|
||||
|
|
|
|||
Loading…
Reference in a new issue