mirror of https://github.com/axmolengine/axmol.git
commit
07959475de
|
@ -35,11 +35,8 @@
|
||||||
|
|
||||||
NS_CC_BEGIN
|
NS_CC_BEGIN
|
||||||
|
|
||||||
class CC_DLL PipelineDescriptor final
|
struct CC_DLL PipelineDescriptor
|
||||||
{
|
{
|
||||||
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