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
@@ -4,7 +4,7 @@
#include "shader/dvc_shader_interface.h"
#include "asset/dvc_material.h"
class DebugFragementShader_ShowTexture : public davinci::PixelShaderInterface
class DebugFragementShader_ShowTexture : public davinci::FragementShaderInterface
{
public:
virtual const char* getName(void) const;