瀏覽代碼

Fixed typo

Sam Lantinga 1 年之前
父節點
當前提交
c68e9e157c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/render/direct3d11/D3D11_PixelShader_Common.hlsli

+ 1 - 1
src/render/direct3d11/D3D11_PixelShader_Common.hlsli

@@ -11,7 +11,7 @@ struct PixelShaderInput
     float4 color : COLOR0;
     float4 color : COLOR0;
 };
 };
 
 
-// These should mirror the definitions in SDL_render_d3d12.c
+// These should mirror the definitions in SDL_render_d3d11.c
 static const float TONEMAP_NONE = 0;
 static const float TONEMAP_NONE = 0;
 static const float TONEMAP_LINEAR = 1;
 static const float TONEMAP_LINEAR = 1;
 static const float TONEMAP_CHROME = 2;
 static const float TONEMAP_CHROME = 2;