mirror of https://github.com/AxioDL/boo.git
Update glew
This commit is contained in:
parent
245a39fd92
commit
0cc794f49d
|
@ -30,6 +30,8 @@ list(APPEND PLAT_HDRS
|
|||
include/boo/graphicsdev/GL.hpp
|
||||
include/boo/graphicsdev/Vulkan.hpp
|
||||
include/boo/graphicsdev/VulkanDispatchTable.hpp)
|
||||
|
||||
add_library(glew lib/graphicsdev/glew.c)
|
||||
endif()
|
||||
|
||||
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
42435
lib/graphicsdev/glew.c
42435
lib/graphicsdev/glew.c
File diff suppressed because it is too large
Load Diff
|
@ -1563,7 +1563,6 @@ IWindow* _WindowCocoaNew(const SystemString& title, NSOpenGLContext* lastGLCtx,
|
|||
styleMask:NSWindowStyleMaskTitled|
|
||||
NSWindowStyleMaskClosable|
|
||||
NSWindowStyleMaskMiniaturizable|
|
||||
NSWindowStyleMaskTitled|
|
||||
NSWindowStyleMaskResizable
|
||||
backing:NSBackingStoreBuffered
|
||||
defer:YES];
|
||||
|
|
Loading…
Reference in New Issue