[Enhancement]Remove the Unimplemented method.
nikam14 opened this issue ยท 2 comments
I suspect this is intentional as it saves needing to explicitly check what staging buffer is being used in RenderRegonManager. That method is defined by the interface StagingBuffer (both FallbackStagingBuffer and MappedStagingBuffer which has logic, implement this method).
This user just runs automated tools across GitHub and spams projects with incorrect suggestions. Their post history will quickly point that out. This is the consequence of GitHub deciding to be a social media platform rather than just a code repository.
For anyone wondering about the actual code, it's implementing an interface which requires this method, and it's a NO-OP in this specific implementation. There is no issue, and if a human was involved, they would have actually attempted to validate their assumption, just to notice it immediately produces a compile error instead.