xcal
基于 C++23 的现代图形渲染引擎
|
#include <path.hpp>
Public 类型 | |
using | mat = xcmath::mat< float_t, 4, 4 > |
Public 成员函数 | |
Path (mobject::Path *mobject) | |
void | create () override |
void | destroy () override |
void | render () const override |
virtual void | update_projection_view (const xcmath::mat4< float_t > &projection_view) override |
Path (const Path &)=delete | |
![]() | |
Object () | |
virtual | ~Object () |
额外继承的成员函数 | |
![]() | |
GL::VertexArrayObject & | vao () |
const GL::VertexArrayObject & | vao () const |
using xcal::render::opengl::object::Path::mat = xcmath::mat<float_t, 4, 4> |
|
explicit |
|
delete |
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |