Ben Hansen

Results 5 issues of Ben Hansen

I was experimenting with using GilRs on WASM with Trunk using the following code: ```rust use std::{cell::RefCell, rc::Rc}; use gilrs::Event; use log::info; use wasm_bindgen::{prelude::*, JsCast}; fn window() -> web_sys::Window {...

- [x] I confirm that this is an issue rather than a question. ## Bug report I have the following file structure in my .vuepress/public folder: - public - res...

I'm trying to create a rust webpack project. I run the `npm init rust-webpack my-app` and I get the following error. ``` npm init rust-webpack rust-nuxt npx: installed 17 in...

bug

I have the following vertex shader. ```glsl #version 450 layout(location=0) out vec3 clip_coords; const vec3 positions[6] = vec3[6]( // Bottom left triangle vec3(-1.0, 1.0, 0.0), vec3(-1.0, -1.0, 0.0), vec3(1.0, -1.0,...

kind: bug
area: front-end
lang: GLSL

**Description** I'm working on updating my tutorial to 0.19 and I got the native code working, but when I test it out on web SRGB surface textures aren't available and...