|
sculpto
|
#include <full_screen_quad.h>
Public Member Functions | |
| full_screen_quad () | |
| ~full_screen_quad () override=default | |
Public Member Functions inherited from scl::topology::grid | |
| int | GetWidth () const |
| int | GetHeight () const |
| grid (int Width, int Height) | |
| ~grid () override=default | |
Public Member Functions inherited from scl::topology::basis< vertex > | |
| const mesh_type | GetType () const |
| const std::vector< vertex > | GetVertices () const |
| const std::vector< u32 > | GetIndices () const |
| const vec3 & | GetBoundMin () const |
| const vec3 & | GetBoundMax () const |
| std::vector< vertex >::const_iterator | cbegin () const |
| std::vector< vertex >::const_iterator | cend () const |
| basis (mesh_type MeshType) | |
| basis (mesh_type MeshType, const std::vector< vertex > &Vertices, const std::vector< u32 > &Indices) | |
| basis (mesh_type MeshType, std::vector< vertex > &&Vertices, std::vector< u32 > &&Indices) | |
| virtual | ~basis ()=default |
Additional Inherited Members | |
Public Attributes inherited from scl::topology::basis< vertex > | |
| mesh_type | MeshType |
| std::vector< vertex > | Vertices |
| std::vector< u32 > | Indices |
| vec3 | Min |
| vec3 | Max |
Topology full screen quad object class.
Definition at line 16 of file full_screen_quad.h.
| scl::topology::full_screen_quad::full_screen_quad | ( | ) |
| Width,Height | - full_screen_quad size. |
Definition at line 12 of file full_screen_quad.cpp.
|
overridedefault |
Topology full_screen_quad object default destructor.