diff options
Diffstat (limited to 'Graphics/GraphicsEngineMetal')
| -rw-r--r-- | Graphics/GraphicsEngineMetal/src/RenderDeviceMtlImpl.mm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Graphics/GraphicsEngineMetal/src/RenderDeviceMtlImpl.mm b/Graphics/GraphicsEngineMetal/src/RenderDeviceMtlImpl.mm index 2a64917a..c3a47300 100644 --- a/Graphics/GraphicsEngineMetal/src/RenderDeviceMtlImpl.mm +++ b/Graphics/GraphicsEngineMetal/src/RenderDeviceMtlImpl.mm @@ -63,8 +63,8 @@ RenderDeviceMtlImpl :: RenderDeviceMtlImpl(IReferenceCounters* pRefCounte }, m_EngineAttribs(EngineAttribs) { - m_DeviceCaps.DevType = DeviceType::Metal; - m_DeviceCaps.MajorVersion = 11; + m_DeviceCaps.DevType = RENDER_DEVICE_TYPE_METAL; + m_DeviceCaps.MajorVersion = 1; m_DeviceCaps.MinorVersion = 0; m_DeviceCaps.Features.SeparablePrograms = True; m_DeviceCaps.Features.MultithreadedResourceCreation = True; |
