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

浏览源代码.

宏定义

#define ROLE   OpenGLObject
 
#define LABEL   Path
 

函数

 XCAL_SHADER_INSTANCE (xcal::render::opengl::object::Path, STROKE_SHADER_ID)
 
 XCAL_SHADER_INSTANCE (xcal::render::opengl::object::Path, FILL_SHADER_ID)
 

宏定义说明

◆ LABEL

#define LABEL   Path

在文件 path.cc8 行定义.

◆ ROLE

#define ROLE   OpenGLObject

在文件 path.cc7 行定义.

函数说明

◆ XCAL_SHADER_INSTANCE() [1/2]

XCAL_SHADER_INSTANCE ( xcal::render::opengl::object::Path  ,
FILL_SHADER_ID   
)

在文件 path.cc18 行定义.

引用了 SHADER_FILE.

◆ XCAL_SHADER_INSTANCE() [2/2]

XCAL_SHADER_INSTANCE ( xcal::render::opengl::object::Path  ,
STROKE_SHADER_ID   
)

在文件 path.cc14 行定义.

引用了 SHADER_FILE.