Sean Apeler

Results 30 issues of Sean Apeler

Version of #5037 for docking branch as requested by https://github.com/ocornut/imgui/pull/5037#issuecomment-1152482524. Sorry for the delay, completely forgot about my original PR. As we now load function pointers manually, it's possible for...

backend/binding
vulkan

With the `VK_KHR_dynamic_rendering` extension Vulkan received a whole new way of how to rasterize. In the end, it got rid of `VkRenderPass` and `VkFramebuffer`, which is the reason for me...

backend/binding
vulkan

This is experimental support for MacOS, which mainly bases on properly loading Mach-O binaries and using NS functions for getting some data. Note however, that this currently does not work...

When I create a window through GLFW on Mac OS X with a size of `1920x1080`, I think GLFW should be creating a window with a size of `3840x2160` and...

bug
macOS
High DPI

This removes the need for AppVeyor in this repository. This workflow however runs on windows-2016, meaning that by default these are being built with Visual Studio Enterprise 2017. If that's...

I'm compiling at runtime using the shaderc library from the Vulkan SDK (1.2.189.2 in my case). I compile a shader with `#version 460` with these options: ```glsl #version 460 #extension...

Resolves #84. Replaces #235. Thanks @JoeZwet for all the work you have done to make this a reality. I'm opening this pull request as the original author has said themselves...

`VkPhysicalDeviceFeatures` has the `textureCompressionBC`, `textureCompressionETC2`, and `textureCompressionASTC_LDR` feature flags, giving us information about the relevant formats and whether they are supported with optimal tiling. There's also many more extensions and...

documentation

A rather small change to fix a few small warnings that could potentially trigger bugs/UB. I've added explicit casts for bool -> int and fixed 3 small issues. I've also...

This adds basic 1.18 support. Some features might not work and some features could be added for higher mountains or the deeper caves but this gives a functional base to...