PixelShader更名为FragementShader
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include "dvc_config.h"
|
||||
#include "shader/dvc_shader_interface.h"
|
||||
|
||||
class PbrFragementShader_GLTF : public davinci::PixelShaderInterface
|
||||
class PbrFragementShader_GLTF : public davinci::FragementShaderInterface
|
||||
{
|
||||
public:
|
||||
virtual const char* getName(void) const;
|
||||
|
||||
Reference in New Issue
Block a user