xcal
基于 C++23 的现代图形渲染引擎
|
#include <rendercommand.hpp>
Public 属性 | |
gl::GLuint | vao |
std::vector< gl::GLuint > | program |
gl::GLenum | mode |
size_t | count |
在文件 rendercommand.hpp 第 17 行定义.
size_t xcal::render::opengl::GL::RenderCommand::count |
在文件 rendercommand.hpp 第 21 行定义.
gl::GLenum xcal::render::opengl::GL::RenderCommand::mode |
在文件 rendercommand.hpp 第 20 行定义.
std::vector<gl::GLuint> xcal::render::opengl::GL::RenderCommand::program |
在文件 rendercommand.hpp 第 19 行定义.
gl::GLuint xcal::render::opengl::GL::RenderCommand::vao |
在文件 rendercommand.hpp 第 18 行定义.