Results 19 issues of James Hogan

## Info Please provide the following information: - BkCommonLib Version (`/train version`): v1.19.3-v2-SNAPSHOT (build: 1288) - TrainCarts Version (`/train version`): v1.19.3-v2-SNAPSHOT (build: 1453) - Server Type and Version (`/version`): git-Paper-39...

The mapping of the swapchain subimage to the inside surface of the partial sphere by XR_KHR_composition_layer_equirect2 is ambiguous. It could benefit from a diagram as provided for XR_KHR_composition_layer_cylinder. For example,...

synced to gitlab

Messages sent recursively to a channel and all subchannels don't get relayed to matrix Here's a normal message: ``` array: [ [ 1 ], [ [Array], 113 ], [], [...

Sync the mumble avatar (I presume user.texture on a UserStateChanged event) to the fake matrix user's avatar. I suppose we'd need some way to detect whether it has changed, and...

I know texture2D is deprecated, but glslangValidator asserts when its used. Here's an example: texture2d.frag: ```glsl #version 330 core uniform sampler2D tex; void main() { texture2D(tex, vec2(0)); } ``` ```shell...

bug
GLSL/ESSL

OpenXR 1.1.45, in the section "Version Number Macros" states: ``` Three version numbers are defined in openxr.h. Each is packed into a 32-bit integer as described in API Version Number...

synced to gitlab

If multiple tessellation evaluation shaders are linked, where only one contains a layout qualifier, `glslangValidator` reports errors. For example, if `test.tese` contains: ```glsl #version 460 core layout (quads, fractional_odd_spacing, ccw)...

**Describe the bug** If the app's specified EGL context (via `XR_MNDX_egl_enable` extension) is not current when `xrCreateSession` or `xrCreateSwapchain` are called, those calls return with the EGL context changed to...

bug

When using EGL with the `XR_MNDX_egl_enable` extension (e.g. Monado and SteamVR on Linux), if the `XR_APILAYER_LUNARG_core_validation` API layer is enabled then `xrCreateSession` fails with the following validation error: ``` [V...

synced to gitlab