Skip to content

Beef bindings int as int32 #3415

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 102 commits into
base: master
Choose a base branch
from
Open

Beef bindings int as int32 #3415

wants to merge 102 commits into from

Conversation

jazzbre
Copy link
Contributor

@jazzbre jazzbre commented Mar 17, 2025

In Beeflang int is platform specific, so in 32bit it's going to be 32bit and so on.

alesambits and others added 30 commits August 29, 2024 08:36
If querying the debug1 interface fails, don't attempt to release it.
* Fix error in dynamic version of D bindings

Dazed and confused but trying to continue

* Fix dispatch_indirect still using uint16_t in bgfx.idl

* D bindings: Mark enum conv. functions `nothrow @nogc pure @safe`

* D bindings: Fix a casing error
This change was developed using publicly available information found in Vulkan headers and official documentation. No proprietary NX resources were used.

Co-authored-by: Бранимир Караџић <[email protected]>
* Support both X11 and Wayland in the same build.

 - Works for both Vulkan and OpenGL.
 - Remove --with-wayland from genie options.
 - Vulkan loads all three extensions for surface creation instead of only one.
 - Add width and height parameter to GlContext::createSwapChain(), which is needed for EGL to create
   a SwapChain with the given window size.
 - Dirty-fix the example-22-windows to recreate the FrameBuffer by first destroying and then
   recreating to make sure the window is released of its swapchain.
 - Fix dbgText glitch in example-22-windows.
 - Remove old X11-related dependencies for GLFW3.

* Formatting.
* Some documentation improvements: extra info on using GENie.

* Some grammer.
attilaz and others added 28 commits March 17, 2025 17:12
* utilize bx::strLen instead of C function

* utilize bx::strCopy instead of C function
Change Android version notation from "14+" to "4.0+ (API 14 or later)" for better clarity among Android developers
@jazzbre jazzbre requested a review from bkaradzic as a code owner March 17, 2025 16:17
Copy link
Owner

@bkaradzic bkaradzic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should rebase this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.