Merge pull request #19808 from minggo/fix-warnings

fix warnings
This commit is contained in:
minggo 2019-06-09 18:30:24 -07:00 committed by GitHub
commit 07959475de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -35,11 +35,8 @@
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;