Tim-Rex

Results 14 issues of Tim-Rex

It seems the only way to specify multiple files to be compressed is by specifying them directly on the command line, which is subject to command length limits imposed by...

A very minor issue.. My first instinct was to use the 'tab' key to navigate fields while editing a Target configuration. It seems only the cursor up/down keys work for...

Feature Request
UI Flow

While I seem able to use this library as intended on an M2 based mac with Xcode... I seem to be having trouble with both GDB and LLVM when running...

Extending on #393 Since MSVC now supports address sanitizer, it appears to be throwing the same issues as other platforms This PR adds compiler checks and appropriate declspecs for MSVC...

Xcode Version 15.3 (15E204a) Resolve Xcode runtime warnings regarding access of NSView/NSWindow properties from a non-main thread This issue presents when rendering from a thread that is other than the...

backends
osx/ios

Running an _arch linux_ setup with dual GPU's Arch Linux Kernel 6.6.2-arch1-1 GNOME Version 45.1 nVidia Driver version 545.29.6 **personal project** When targeting the GTX 970.. `vkCreateWaylandSurfaceKHR` succeds Using that...

In a similar vein to #94, I am also seeing `vkCreateSwapchainKHR` fail with `VK_ERROR_INITIALIZATION_FAILED` I notice also that having `EGL_LOG_LEVEL=debug` will cause the following to be logged when this failure...

I'm finding that both `EGL_MIN_SWAP_INTERVAL` and `EGL_MAX_SWAP_INTERVAL` are both reporting 0 The EGL specification indicates the default swap interval should be 1 (vsync) and in my testing it appears that...

Perhaps this is by design, but it seems that the reported `totalVertexCount` field is perhaps misleading... For instance, the _Brainstem.gltf_ model reports as follows: ``` "animationCount": 1, "materialCount": 59, "hasMorphTargets":...

Having followed the documentation [here](https://github.com/KhronosGroup/MoltenVK/blob/main/Docs/MoltenVK_Runtime_UserGuide.md#install-moltenvk-as-a-universal-xcframework) regarding initial setup of MoltenVK, I'm encountering linker issues relating to the following unresolved symbols: - `CreateDisplayPlaneSurfaceKHR` - `vkGetDisplayModeProperties2KHR` - `vkGetDisplayPlaneCapabilities2KHR` - `vkGetPhysicalDeviceDisplayPlaneProperties2KHR` Sure enough,...

Question
Answered