Graphics v0.0.0
A simple abstraction layer for the modern graphics APIs.
载入中...
搜索中...
未找到
Viewport结构体 参考

视口. 更多...

#include <Viewport.hpp>

Public 成员函数

 Viewport (const Vector2f &size, float minDepth=0.f, float maxDepth=1.f)
 
 Viewport (const Vector2f &position, const Vector2f &size, float minDepth=0.f, float maxDepth=1.f)
 
 Viewport (float x, float y, float width, float height, float minDepth=0.f, float maxDepth=1.f)
 

Public 属性

float x = 0.f
 
float y = 0.f
 
float width = 0.f
 
float height = 0.f
 
float minDepth = 0.f
 
float maxDepth = 1.f
 

详细描述

视口.


该结构体的文档由以下文件生成: