mirror of https://github.com/axmolengine/axmol.git
fix warnings
This commit is contained in:
parent
c616fdce85
commit
d6cbaa44e0
|
@ -35,11 +35,9 @@
|
||||||
|
|
||||||
NS_CC_BEGIN
|
NS_CC_BEGIN
|
||||||
|
|
||||||
class CC_DLL PipelineDescriptor final
|
struct CC_DLL PipelineDescriptor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
PipelineDescriptor() = default;
|
|
||||||
|
|
||||||
backend::ProgramState* programState = nullptr;
|
backend::ProgramState* programState = nullptr;
|
||||||
backend::BlendDescriptor blendDescriptor;
|
backend::BlendDescriptor blendDescriptor;
|
||||||
backend::RenderPassDescriptor renderPassDescriptor;
|
backend::RenderPassDescriptor renderPassDescriptor;
|
||||||
|
|
Loading…
Reference in New Issue