Rename obs_viewport to obs_view

I felt like the name could cause a bit of confusion with typical
graphics viewports, so I just changed it to view instead.
This commit is contained in:
jp9000
2014-02-13 10:21:16 -07:00
parent 9a63ff462a
commit 4bc282f5e9
9 changed files with 72 additions and 72 deletions

View File

@@ -88,7 +88,7 @@ static inline void render_main_texture(struct obs_core_video *video,
gs_clear(GS_CLEAR_COLOR, &clear_color, 1.0f, 0);
set_render_size(video->base_width, video->base_height);
obs_viewport_render(&obs->data.main_viewport);
obs_view_render(&obs->data.main_view);
video->textures_rendered[cur_texture] = true;
}