Ignacio Castaño

Results 10 issues of Ignacio Castaño

This mirrors the behavior of D3D11 and allows applications to use OpenGL debug output functionality. Note that in non-debug contexts, the OpenGL implementation may not generate messages even if debug...

Also flag trackpad events with SAPP_MODIFIER_TRACKPAD. The purpose of this PR is to enable applications to support more natural for trackpad interactions, allowing them to pinch to zoom and drag...

It appears that [OpExecutionModeId](https://registry.khronos.org/SPIR-V/specs/unified1/SPIRV.html#OpExecutionModeId) was introduced in SPIR-V 1.2. However, it is not used unless we target SPIR-V 1.6. Here's a minimal example: ``` #version 450 layout (constant_id = 0)...

question
SPIR-V

When I compile the following program: ``` #version 450 #extension GL_EXT_shader_explicit_arithmetic_types_int16 : require layout (constant_id = 0) const uint local_size_x = 8; layout (constant_id = 1) const uint local_size_y =...

bug
SPIR-V

I often want to use sokol_app on Vulkan applications. Vulkan support has been requested in the past: https://github.com/floooh/sokol/issues/535, but it does not appear that this will be offered in the...

If each of the equations: Cj0 * bar.x + Cj1 * bar.y + Cj2 * bar.z = Si in [Mij] [Cj] = [Si] is weighted by w. When we take...

**Description** Compiling one of our HLSL shaders with the following command line: ``` dxc.exe spark_bc1_rgb_q0.mp.i2i.comp.hlsl -nologo -T cs_6_0 -spirv -fspv-target-env=vulkan1.0 -DVULKAN -Fo spark_bc1_rgb_q0.mp.i2i.comp.hlsl.dxc.spv ``` Produces this error: ``` fatal error:...

bug
spirv