xcal
基于 C++23 的现代图形渲染引擎
载入中...
搜索中...
未找到
宏定义 | 函数
circle.cc 文件参考
#include <xcal/render/impl/opengl/utils/openglapiloadhelper.inc>
#include <xcal/public.h>
#include <xcal/render/impl/opengl/gl/shader.hpp>
#include <xcal/render/impl/opengl/gl/shaderprogram.hpp>
#include <xcal/render/impl/opengl/object/circle.hpp>
#include <xcal/render/impl/opengl/object/object.hpp>
#include <xcmath/xcmath.hpp>
#include <xcal/render/impl/opengl/utils/shaderinstence.hpp>
#include <xcal/utils/logmacrohelper.inc>
#include <xcmath/utils/show.hpp>
circle.cc 的引用(Include)关系图:

浏览源代码.

宏定义

#define ROLE   OpenGLObject
 
#define LABEL   Circle
 
#define SHADER_ID   0
 

函数

 XCAL_SHADER_INSTANCE (xcal::render::opengl::object::Circle, SHADER_ID)
 

宏定义说明

◆ LABEL

#define LABEL   Circle

在文件 circle.cc12 行定义.

◆ ROLE

#define ROLE   OpenGLObject

在文件 circle.cc11 行定义.

◆ SHADER_ID

#define SHADER_ID   0

在文件 circle.cc16 行定义.

函数说明

◆ XCAL_SHADER_INSTANCE()

XCAL_SHADER_INSTANCE ( xcal::render::opengl::object::Circle  ,
SHADER_ID   
)

在文件 circle.cc17 行定义.

引用了 SHADER_FILE.