Euphoria
viewport.h
Go to the documentation of this file.
1 #pragma once
2 
3 
4 namespace eu::core
5 {
6  struct Viewport;
7 }
8 
9 namespace eu::render
10 {
13  void
14  activate(const core::Viewport& vp);
15 }
void activate(const core::Viewport &vp)
Sets the gl viewport.
Definition: viewport.cc:11