Skip to content

Instantly share code, notes, and snippets.

View Fenex's full-sized avatar
🦀
RIIR

Vitaliy Busko Fenex

🦀
RIIR
View GitHub Profile
@Fenex
Fenex / exe.log
Created July 2, 2021 13:13
wgpu panicked with gl backend
norkas@lubuntu-HP:~/repos/github/wgpu$ RUST_LOG=trace WGPU_BACKEND=gl cargo run --example hello-triangle
Finished dev [unoptimized + debuginfo] target(s) in 0.12s
Running `target/debug/examples/hello-triangle`
[2021-07-02T13:09:06Z INFO wgpu_hal::vulkan::instance] Unable to find extension: VK_KHR_surface
[2021-07-02T13:09:06Z INFO wgpu_hal::vulkan::instance] Unable to find extension: VK_KHR_xlib_surface
[2021-07-02T13:09:06Z INFO wgpu_hal::vulkan::instance] Unable to find extension: VK_KHR_xcb_surface
[2021-07-02T13:09:06Z INFO wgpu_hal::vulkan::instance] Unable to find extension: VK_KHR_wayland_surface
[2021-07-02T13:09:06Z INFO wgpu_hal::vulkan::instance] Unable to find extension: VK_KHR_get_physical_device_properties2
[2021-07-02T13:09:06Z WARN wgpu_hal::vulkan::instance] Unable to find layer: VK_LAYER_KHRONOS_validation
[2021-07-02T13:09:06Z WARN wgpu_hal::vulkan::instance] create_instance: VkError(ERROR_INCOMPATIBLE_DRIVER)
@Fenex
Fenex / keybase.md
Created February 11, 2019 12:26
keybase.md

Keybase proof

I hereby claim:

  • I am fenex on github.
  • I am fenex (https://keybase.io/fenex) on keybase.
  • I have a public key whose fingerprint is D6E6 82E8 8277 6C4E 1B60 B519 D5A5 4B9B 9EFA 07F8

To claim this, I am signing this object:

@Fenex
Fenex / n-ice.user.js
Last active March 17, 2017 09:38
Adds position change from last view to current time at TOP-100 table on n-ice.org
// ==UserScript==
// @author Vitaliy Busko
// @name n-ice UserJS
// @version 1.0.0
// @description Adds position change from last view to current time at TOP-100 table on n-ice.org
// @match http://www.n-ice.org/openttd/highscore.php
// @include http://www.n-ice.org/openttd/highscore.php
// @match http://www.n-ice.org/openttd/highscoretop100.php
// @include http://www.n-ice.org/openttd/highscoretop100.php
// ==/UserScript==