mirror of
https://github.com/aap/librw.git
synced 2025-06-05 15:10:26 +01:00
Add default/null dpiScale for other apis
This commit is contained in:
parent
b89ab48201
commit
a968ea8364
@ -2003,6 +2003,7 @@ Device renderdevice = {
|
||||
d3d::im3DRenderPrimitive,
|
||||
d3d::im3DRenderIndexedPrimitive,
|
||||
d3d::im3DEnd,
|
||||
null::dpiScale,
|
||||
d3d::deviceSystem,
|
||||
};
|
||||
|
||||
|
@ -40,6 +40,7 @@ Device renderdevice = {
|
||||
null::im3DRenderPrimitive,
|
||||
null::im3DRenderIndexedPrimitive,
|
||||
null::im3DEnd,
|
||||
null::dpiScale,
|
||||
null::deviceSystem
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user