#pragma once // Placeholder for pipeline context. class PipelineContext { public: PipelineContext() = default; };