Skip to content

Commit

Permalink
Update RmlUi_Renderer_WebGPU.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
rdw-software committed Jun 2, 2024
1 parent e0ba835 commit c808819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Runtime/Bindings/FFI/RmlUi_Renderer_WebGPU.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ class RenderInterface_WebGPU : public Rml::RenderInterface {

// RML command handlers
Rml::CompiledGeometryHandle CompileGeometry(Rml::Span<const Rml::Vertex> vertices, Rml::Span<const int> indices) override;
void RenderGeometry(Rml::CompiledGeometryHandle geometry, Rml::Vector2f rmlTranslationVector, Rml::TextureHandle rmlTextureHandle) override;
void ReleaseGeometry(Rml::CompiledGeometryHandle geometry) override;
void RenderGeometry(Rml::CompiledGeometryHandle rmlGeometryHandle, Rml::Vector2f rmlTranslationVector, Rml::TextureHandle rmlTextureHandle) override;
void ReleaseGeometry(Rml::CompiledGeometryHandle rmlGeometryHandle) override;
void EnableScissorRegion(bool enable) override;
void SetScissorRegion(Rml::Rectanglei region) override;
Rml::TextureHandle LoadTexture(Rml::Vector2i& textureDimensions, const Rml::String& source) override;
Expand Down

0 comments on commit c808819

Please sign in to comment.