Skip to content

Commit

Permalink
Removed duplicated code (#41)
Browse files Browse the repository at this point in the history
Removed duplicated function definitions in Window.h engine3d abstraction layer
  • Loading branch information
SpinnerX authored Oct 8, 2024
1 parent bfba751 commit cf32304
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions engine3d/Core/Window.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@ namespace engine3d{
* @note TODO --- Probably would have this be in helper_functions.h as this is an exposed to the API that uses may used to get the right API.
*/

VkSurfaceKHR& GetVkSurface();
GLFWwindow* GetNativeWindow();

template<typename UWindowSpecified, typename IWindowSpecified>
static UWindowSpecified* As(IWindowSpecified){
return static_cast<UWindowSpecified *>(GetCurrentWindowAPI());
}

bool IsActive() const;

VkSurfaceKHR& GetVkSurface();
Expand Down

0 comments on commit cf32304

Please sign in to comment.