Function setVertexLayout
Synopsis
#include <Source/Falcor/Core/API/GraphicsStateObject.h>
Desc & setVertexLayout(VertexLayout::SharedConstPtr pLayout)
Description
No description yet.
Source
Lines 64-64 in Source/Falcor/Core/API/GraphicsStateObject.h.
Desc& setVertexLayout(VertexLayout::SharedConstPtr pLayout) { mpLayout = pLayout; return *this; }