PixelShader更名为FragementShader

This commit is contained in:
2025-12-04 22:06:55 +08:00
parent 3c0e177905
commit 0cd230b577
12 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ typedef std::shared_ptr<const Renderable> RenderableConstPtr;
typedef std::vector<RenderableConstPtr> RenderableArray;
class VertexShaderInterface;
class PixelShaderInterface;
class FragementShaderInterface;
class UniformBuffer;