Function isTyped
Synopsis
#include <Source/Falcor/Core/API/Buffer.h>
bool isTyped() const
Description
Check if this is a typed buffer
Source
Lines 293-293 in Source/Falcor/Core/API/Buffer.h.
bool isTyped() const { return mFormat != ResourceFormat::Unknown; }