载入中...
搜索中...
未找到
#include <Graphics.h>
Public 属性 | |
| Texture * | texture = nullptr |
| Texture * | depth = nullptr |
| Shader * | shader = nullptr |
| BlendMode | blend = BlendMode::Alpha |
| Batcher | batch |
详细描述
在文件 Graphics.h 第 262 行定义.
类成员变量说明
◆ batch
| Batcher eve::graphics::webgpu::Graphics::TexturedBatch::batch |
在文件 Graphics.h 第 267 行定义.
◆ blend
| BlendMode eve::graphics::webgpu::Graphics::TexturedBatch::blend = BlendMode::Alpha |
在文件 Graphics.h 第 266 行定义.
◆ depth
| Texture* eve::graphics::webgpu::Graphics::TexturedBatch::depth = nullptr |
在文件 Graphics.h 第 264 行定义.
◆ shader
| Shader* eve::graphics::webgpu::Graphics::TexturedBatch::shader = nullptr |
在文件 Graphics.h 第 265 行定义.
◆ texture
| Texture* eve::graphics::webgpu::Graphics::TexturedBatch::texture = nullptr |
在文件 Graphics.h 第 263 行定义.
该结构体的文档由以下文件生成:
- src/modules/graphics/webgpu/Graphics.h