Skip to content

Commit

Permalink
Backend: Remove unused function (#29001)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunag authored Jul 28, 2024
1 parent 91e1b87 commit d4b6c8f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/renderers/common/Backend.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ class Backend {

hasFeature( /*name*/ ) { } // return Boolean

getRawShader( /*object*/ ) { } // return { vertexShader, fragmentShader }

getInstanceCount( renderObject ) {

const { object, geometry } = renderObject;
Expand Down

0 comments on commit d4b6c8f

Please sign in to comment.