diff --git a/src/rhi/gl3_core/gl3_core_rhi.cpp b/src/rhi/gl3_core/gl3_core_rhi.cpp index eab28f852..7d6481f6d 100644 --- a/src/rhi/gl3_core/gl3_core_rhi.cpp +++ b/src/rhi/gl3_core/gl3_core_rhi.cpp @@ -886,7 +886,6 @@ void GlCoreRhi::destroy_renderbuffer(rhi::Handle handle) rhi::Handle GlCoreRhi::create_pipeline(const PipelineDesc& desc) { - SRB2_ASSERT(graphics_context_active_ == false); SRB2_ASSERT(platform_ != nullptr); // TODO assert compatibility of pipeline description with program using ProgramRequirements