use RenderCmdBuffer instead RenderCommand,
use TextureCmdBuffer instead TextureCommand.
This commit is contained in:
@@ -53,7 +53,7 @@ private:
|
||||
struct
|
||||
{
|
||||
RenderTarget *rt=nullptr;
|
||||
RenderCommand *cmd=nullptr;
|
||||
RenderCmdBuffer *cmd=nullptr;
|
||||
|
||||
public:
|
||||
|
||||
|
@@ -22,7 +22,7 @@ class TestApp:public CameraAppFramework
|
||||
struct:public RenderObject
|
||||
{
|
||||
RenderTarget * render_taget =nullptr;
|
||||
RenderCommand * command_buffer =nullptr;
|
||||
RenderCmdBuffer * command_buffer =nullptr;
|
||||
|
||||
Pipeline * pipeline =nullptr;
|
||||
RenderableInstance *renderable_instance =nullptr;
|
||||
|
Reference in New Issue
Block a user