Skip to content

Commit

Permalink
RenderDeviceX: added GetShaderCompilationThreadPool method
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMostDiligent committed Oct 11, 2024
1 parent b3a2111 commit eb9af01
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Graphics/GraphicsEngine/interface/GraphicsTypesX.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2235,6 +2235,11 @@ class RenderDeviceX
return m_pDevice->GetEngineFactory();
}

IThreadPool* GetShaderCompilationThreadPool() const noexcept
{
return m_pDevice->GetShaderCompilationThreadPool();
}

IRenderDevice* GetDevice() const noexcept
{
return m_pDevice;
Expand Down

0 comments on commit eb9af01

Please sign in to comment.