Boris Batkin

Results 7 issues of Boris Batkin

Basically what the title says. Compiles fine on PC with just about any API. This is how I call shader C: ``` ./shaderc-osx -i /Users/borisbatkin/Work/daScript/modules/dasBGFX/bgfx/bgfx/src -f pathtracer.glsl -o pathtracer.bin --type...

bug

Works fine with DX12 or OpenGL. In release DX11 version silently fails - no data ever returned. In debug we get the following log ``` C:\Users\Boris\Work\yzg\modules\dasBGFX\bgfx\bgfx\src\renderer_d3d11.cpp (4187): BGFX user: c_mat_z...

Uniforms are not found and not set with OpenGL renderer in the compute program. Works fine with DX11 and DX12. I'm using C99 bindings. Not sure how easy it would...

This is where we transition towards more detailed documentation. We now support documenting enumeration fields, bitfields, function arguments and return values and such.

``` def foo { let a = [1,2,3,4] // adds "_::builtin_collect_local(a) in the finally section debug(a) } ```