python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Copying data to transient vertex buffer in bgfx causing SIGSEGV
I'm trying to port an bgfx application I wrote in C++ to Rust using bgfx-rs. Everything works great, until I try to copy some vertex data from the application to an transient vertex buffer.
let vertic...
Constantin
Votes: 0
Answers: 1
Rendering an purple window in arch linux using bgfx doesnot work
I am trying to create make a purple window using glfw window library and with bgfx C++ on arch linux like below:
but it gives out the error:
X Error of failed request: GLXBadDrawable
Major opcode of...
anuj
Votes: 0
Answers: 0
C++ bgfx file wont compile in fedora 35
I am trying to make a purple window with glfw and bgfx as just a starting point for my game engine but the file wont compile.
I am using the g++ compiler for it. I just learning bgfx since yesterday a...
anuj
Votes: 0
Answers: 0