#include <ReloadablePipelineState.hpp>
Public Member Functions | |
| template<typename DerivedType, typename = typename std::enable_if<std::is_base_of<IObject, DerivedType>::value>::type> | |
| void | QueryInterface (const INTERFACE_ID &IID, DerivedType **ppInterface) |
Reloadable pipeline state implements the IPipelineState interface and delegates all calls to the internal pipeline object, which can be replaced at run-time.
|
inline |
Template version of QueryInterface that avoids the need to manually cast the returned interface pointer.