About 27 results
Open links in new tab
  1. Documentation — bgfx 1.135.9039 documentation - GitHub Pages

    https://github.com/bkaradzic/bgfx Contents Overview What is it? Supported rendering backends Supported Platforms Supported Compilers Supported Languages Project Page Contact …

  2. API Reference — bgfx 1.135.9039 documentation - GitHub Pages

    General Initialization and Shutdown struct Init Initialization parameters used by bgfx::init. Attention C99’s equivalent binding is bgfx_init_t.

  3. Overview — bgfx 1.135.9039 documentation - GitHub Pages

    It is possible to use bgfx with SDL, GLFW and similar cross platform windowing libraries. The main requirement is that windowing library provides access to native window handle that’s …

  4. Examples — bgfx 1.135.9039 documentation - GitHub Pages

    Draw stress is CPU stress test to show what is the maximum number of draw calls while maintaining 60Hz frame rate. bgfx currently has default limit of 64K draw calls per frame.

  5. Building — bgfx 1.135.9039 documentation - GitHub Pages

    This project demonstrates minimal amount of code needed to integrate bgfx with GLFW, but without any of existing bgfx example harness. It also demonstrates how to build bgfx with …

  6. Tools — bgfx 1.135.9039 documentation - GitHub Pages

    Shader Compiler is used to compile bgfx’s cross-platform shader language, which based on GLSL. It uses an ANSI C pre-processor to transform the GLSL-like language into HLSL.

  7. Internals — bgfx 1.135.9039 documentation - GitHub Pages

    On the high level bgfx uses declarative API and internal sorting allows more optimal way of submitting draw calls for all passes at one place, and on the low-level this allows better …

  8. Building — bgfx 1.128.8816 documentation - GitHub Pages

    This project demonstrates minimal amount of code needed to integrate bgfx with GLFW, but without any of existing bgfx example harness. It also demonstrates how to build bgfx with …

  9. bgfx is switching to IDL to generate API | Branimir Karadžić's …

    Apr 8, 2019 · This article was originally published as a gist here. bgfx main API is using basic C++ that looks like C, but it’s C++ enough that can’t be used directly in C projects. C is important as …

  10. License — bgfx 1.135.9039 documentation - GitHub Pages

    3rd Party Libraries All required 3rd party libraries are included in bgfx repository in 3rdparty/ directory.