Add default/null dpiScale for other apis

This commit is contained in:
Riley S 2021-02-25 16:11:34 -05:00
parent b89ab48201
commit a968ea8364
2 changed files with 2 additions and 0 deletions

View File

@ -2003,6 +2003,7 @@ Device renderdevice = {
d3d::im3DRenderPrimitive,
d3d::im3DRenderIndexedPrimitive,
d3d::im3DEnd,
null::dpiScale,
d3d::deviceSystem,
};

View File

@ -40,6 +40,7 @@ Device renderdevice = {
null::im3DRenderPrimitive,
null::im3DRenderIndexedPrimitive,
null::im3DEnd,
null::dpiScale,
null::deviceSystem
};