gingerBill
gingerBill
At the moment, there are no 1-element integer vertex formats, only 2+. Requested types: ``` SG_VERTEXFORMAT_BYTE SG_VERTEXFORMAT_UBYTE SG_VERTEXFORMAT_SHORT SG_VERTEXFORMAT_USHORT SG_VERTEXFORMAT_INT SG_VERTEXFORMAT_UINT SG_VERTEXFORMAT_BYTEN SG_VERTEXFORMAT_UBYTEN SG_VERTEXFORMAT_SHORTN SG_VERTEXFORMAT_USHORTN SG_VERTEXFORMAT_INTN SG_VERTEXFORMAT_UINTN ```
`mimalloc` use in the Odin compiler (C++ side, __not__ Odin side)
Odin is a general-purpose programming language with distinct typing, built for high performance, modern systems, and built-in data-oriented data types. The Odin Programming Language, the C alternative for the joy...
I will add to this as I go along when I see things which may be missing. ## API * [x] Any function that takes a `const char*` also take...
Try to keep the interface for most of the common procedures the same This entire package is a mess, and even though it will be replaced, it does need to...
Convert the usage of `runtime.Type_Info` from being a union of the variants in-place to based on subtypes in order to minimize memory usage and initialization. This is a **BREAKING CHANGE**...
I am the creator and main architect of the Odin programming language. I notice that Odin is now on the Compiler Explorer which is wonderful. For the Odin compiler, would...