Update glew

This commit is contained in:
Jack Andersen 2017-02-23 22:26:27 -10:00
parent 245a39fd92
commit 0cc794f49d
6 changed files with 47027 additions and 41596 deletions

View File

@ -30,6 +30,8 @@ list(APPEND PLAT_HDRS
include/boo/graphicsdev/GL.hpp include/boo/graphicsdev/GL.hpp
include/boo/graphicsdev/Vulkan.hpp include/boo/graphicsdev/Vulkan.hpp
include/boo/graphicsdev/VulkanDispatchTable.hpp) include/boo/graphicsdev/VulkanDispatchTable.hpp)
add_library(glew lib/graphicsdev/glew.c)
endif() endif()
if(WIN32) if(WIN32)

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1563,7 +1563,6 @@ IWindow* _WindowCocoaNew(const SystemString& title, NSOpenGLContext* lastGLCtx,
styleMask:NSWindowStyleMaskTitled| styleMask:NSWindowStyleMaskTitled|
NSWindowStyleMaskClosable| NSWindowStyleMaskClosable|
NSWindowStyleMaskMiniaturizable| NSWindowStyleMaskMiniaturizable|
NSWindowStyleMaskTitled|
NSWindowStyleMaskResizable NSWindowStyleMaskResizable
backing:NSBackingStoreBuffered backing:NSBackingStoreBuffered
defer:YES]; defer:YES];