Merge pull request #4 from SubstituteR/opengldpi

Add default/null dpiScale for other apis
This commit is contained in:
Riley S
2021-02-25 16:12:03 -05:00
committed by GitHub
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
};