Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update context_gles.cc
  • Loading branch information
Jonah Williams authored Oct 6, 2023
commit c5529192f098dbb0d82001f134064fbd67735ec5
3 changes: 1 addition & 2 deletions impeller/renderer/backend/gles/context_gles.cc
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ ContextGLES::ContextGLES(std::unique_ptr<ProcTableGLES> gl,
std::shared_ptr<SamplerLibraryGLES>(new SamplerLibraryGLES());
}

{ device_capabilities_ = reactor_->GetProcTable().GetCapabilities(); }

device_capabilities_ = reactor_->GetProcTable().GetCapabilities();
is_valid_ = true;
}

Expand Down