载入中...
搜索中...
未找到
eve::graphics::Canvas 成员列表
成员的完整列表,这些成员属于 eve::graphics::Canvas,包括所有继承而来的类成员
| Canvas() | eve::graphics::Canvas | inline |
| clear(std::optional< Color > color, std::optional< int > stencil, std::optional< double > depth)=0 | eve::graphics::Canvas | pure virtual |
| draw(Canvas *C, const glm::mat4 &matrix) const =0 | eve::graphics::Canvas | pure virtual |
| eve::graphics::Drawable::draw(Graphics *gfx, const glm::mat4 &matrix) const =0 | eve::graphics::Drawable | pure virtual |
| drawOcclusion(Graphics *gfx, const glm::mat4 &matrix) const | eve::graphics::Drawable | inlinevirtual |
| getCastOcclusion() const | eve::graphics::Drawable | inline |
| getHeight() const =0 | eve::graphics::Canvas | pure virtual |
| getPixel(int x, int y)=0 | eve::graphics::Canvas | pure virtual |
| getTexture()=0 | eve::graphics::Canvas | pure virtual |
| getWidth() const =0 | eve::graphics::Canvas | pure virtual |
| newImageData()=0 | eve::graphics::Canvas | pure virtual |
| setCastOcclusion(bool cast) | eve::graphics::Drawable | inline |
| ~Canvas() override | eve::graphics::Canvas | inline |
| ~Drawable() | eve::graphics::Drawable | inlinevirtual |