Function getVao
Synopsis
#include <Source/Falcor/Utils/UI/DebugDrawer.h>
const Vao::SharedPtr & getVao() const
Description
Get the Vao of vertex data
Source
Lines 85-85 in Source/Falcor/Utils/UI/DebugDrawer.h.
const Vao::SharedPtr& getVao() const { return mpVao; };