Skip to content

Commit eb9af01

Browse files
RenderDeviceX: added GetShaderCompilationThreadPool method
1 parent b3a2111 commit eb9af01

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Graphics/GraphicsEngine/interface/GraphicsTypesX.hpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2235,6 +2235,11 @@ class RenderDeviceX
22352235
return m_pDevice->GetEngineFactory();
22362236
}
22372237

2238+
IThreadPool* GetShaderCompilationThreadPool() const noexcept
2239+
{
2240+
return m_pDevice->GetShaderCompilationThreadPool();
2241+
}
2242+
22382243
IRenderDevice* GetDevice() const noexcept
22392244
{
22402245
return m_pDevice;

0 commit comments

Comments
 (0)