diff options
author | 2016-04-19 21:18:16 +0200 | |
---|---|---|
committer | 2016-04-19 21:18:16 +0200 | |
commit | cd4dfca43e81533b6b204e37ec016dda924c004b (patch) | |
tree | 9e7f388508ab4610db0d52556789d72962f7def1 /src/osd/modules/render/bgfx/chainentry.h | |
parent | 8ed3a7d94a65ee01bf1adce3ea8118c04d41a18d (diff) |
Refactored BGFX distortion pass (nw)
- also removed vector hack
Diffstat (limited to 'src/osd/modules/render/bgfx/chainentry.h')
-rw-r--r-- | src/osd/modules/render/bgfx/chainentry.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osd/modules/render/bgfx/chainentry.h b/src/osd/modules/render/bgfx/chainentry.h index eb102aaa059..e9e5112bf1b 100644 --- a/src/osd/modules/render/bgfx/chainentry.h +++ b/src/osd/modules/render/bgfx/chainentry.h @@ -47,6 +47,7 @@ private: void setup_auto_uniforms(render_primitive* prim, texture_manager& textures, uint16_t screen_width, uint16_t screen_height, uint32_t rotation_type, bool swap_xy, int32_t screen); void setup_screensize_uniforms(texture_manager& textures, uint16_t screen_width, uint16_t screen_height, int32_t screen); void setup_sourcesize_uniform(render_primitive* prim) const; + void setup_targetsize_uniform(int32_t screen) const; void setup_rotationtype_uniform(uint32_t rotation_type) const; void setup_swapxy_uniform(bool swap_xy) const; void setup_quaddims_uniform(render_primitive* prim) const; |