#pragma once #include "Bindable.h" ID3D11DeviceContext* Bindable::GetContext(Graphics& gfx) noexcept { return gfx.pContext.Get(); } ID3D11Device* Bindable::GetDevice(Graphics& gfx) noexcept { return gfx.pDevice.Get(); }