updated submodules.
This commit is contained in:
parent
f70be8e42c
commit
e03aaf7fce
@ -1 +1 @@
|
||||
Subproject commit a9a5ebe6e93d15359a723bd5e3bae9b408168aef
|
||||
Subproject commit 9899bc1c07122a77b754345e8ce31fbcd8624772
|
2
CMCore
2
CMCore
@ -1 +1 @@
|
||||
Subproject commit 680714358407b0b208f08b768ce08e3c8bc8b41e
|
||||
Subproject commit 5a88a6072ce8d7ad64508631f29df60ab4a85d9d
|
@ -1 +1 @@
|
||||
Subproject commit b6c70c8e2adeb602b86e65831499ec74c5f7b9cb
|
||||
Subproject commit 326060163fa5a7fdbb0daec04337d42e9216c2b0
|
@ -1 +1 @@
|
||||
Subproject commit 1bf41ad683d9fdfc092dee259567ac8054199bc6
|
||||
Subproject commit f32f9c511ff0680105fc33f2e3c915486271b88b
|
2
CMUtil
2
CMUtil
@ -1 +1 @@
|
||||
Subproject commit 7be4b32e66b3e13a5ff1e1bb1808b462ef3e5e28
|
||||
Subproject commit c3addef6b7f2fc38737ea5bfe01e55b7c35b3a7a
|
@ -53,8 +53,8 @@ private:
|
||||
return(false);
|
||||
|
||||
// pipeline=db->CreatePipeline(material_instance,sc_render_target,OS_TEXT("res/pipeline/solid2d"));
|
||||
pipeline=CreatePipeline(material_instance,OS_TEXT("res/pipeline/alpha2d"),Prim::LineStrip); //等同上一行,为Framework重载,默认使用swapchain的render target
|
||||
//pipeline=CreatePipeline(material_instance,InlinePipeline::Alpha2D,Prim::LineStrip); //等同上一行,为Framework重载,默认使用swapchain的render target
|
||||
//pipeline=CreatePipeline(material_instance,OS_TEXT("res/pipeline/alpha2d"),Prim::LineStrip); //等同上一行,为Framework重载,默认使用swapchain的render target
|
||||
pipeline=CreatePipeline(material_instance,InlinePipeline::Alpha2D,Prim::LineStrip); //等同上一行,为Framework重载,默认使用swapchain的render target
|
||||
|
||||
if(!pipeline)
|
||||
return(false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user