Function setPrimitiveType
Synopsis
#include <Source/Falcor/Core/API/GraphicsStateObject.h>
Desc & setPrimitiveType(PrimitiveType type)
Description
No description yet.
Source
Lines 71-71 in Source/Falcor/Core/API/GraphicsStateObject.h.
Desc& setPrimitiveType(PrimitiveType type) { mPrimType = type; return *this; }