-
Setting `coefficents=symbolic` on a function with `staggered` and not specifying stencil coefficients results in derivatives defaulting to incorrect values. It appears that specifying coefficients doe…
-
Hey saw this at dev day thanks for posting!
It looks like the stencil isn't quite working correctly for me as the blur effect renders over everything.
I'm on 6000.0.19f1
I'll try to install …
-
### Prerequisites
- [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/CONTRIBUTING.md).
- [X] I agree to follow the [Code of Conduct](https://github.com…
-
Since 0e4dc22c2, ANGLE is hitting a validation error (VUID `VUID-vkCmdDraw-None-06887`) in this condition:
- Pipeline's stencil ops are not KEEP
- Stencil test is enabled
- Stencil write mask is …
-
### Prerequisites
- [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/.github/CONTRIBUTING.md).
- [X] I agree to follow the [Code of Conduct](https://githu…
-
For example, with the file `failing.f90`:
```fortran
program failing
implicit none
integer i, n
parameter (n = 3)
real a(0:n)
do i = 0, n
!= stencil readOnce, atMost, (pointed(dim=1)) :…
-
This is the correct way to reset it:
-- This is the correct way to exit out of the stencil mode, to not break drawing of area commands:
glStencilTest(false)
glStencilMask(255)
glStencilO…
-
Hi there! First of all I want to say thank you for great tool for make GUI prototypes! I use it quite long and it's very helpful for my projects!
Recently I decided to create collection for prototypi…
-
I have compiled my example by such pass pipeline.
oec-opt --stencil-shape-inference --convert-stencil-to-std --cse --parallel-loop-tiling='parallel-loop-tile-sizes=128,1,1' --canonicalize --test-gpu-…
-
**Stencil version:**
```
└── @stencil/core@1.0.7
```
**I'm submitting a:**
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use o…