diff options
Diffstat (limited to 'video.hpp')
-rw-r--r-- | video.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -295,8 +295,8 @@ struct Pipeline_Builder { void validate_rp(); void begin(); - void viewport(float x, float y, float w, float h); - void scissor(float x, float y, float w, float h); + void viewport(int x, int y, int w, int h); + void scissor(int x, int y, int w, int h); void depth(bool test, bool write, Depth_Mode mode); void blend(Blend_Mode mode, Blend_Factor src, Blend_Factor dst); void blend( |