fix warnings

This commit is contained in:
minggo 2019-06-06 17:53:16 +08:00
parent c616fdce85
commit d6cbaa44e0
1 changed files with 1 additions and 3 deletions

View File

@ -35,11 +35,9 @@
NS_CC_BEGIN
class CC_DLL PipelineDescriptor final
struct CC_DLL PipelineDescriptor
{
public:
PipelineDescriptor() = default;
backend::ProgramState* programState = nullptr;
backend::BlendDescriptor blendDescriptor;
backend::RenderPassDescriptor renderPassDescriptor;