-
Currently, both `SG_PIXELFORMAT_DEPTH` and `SG_PIXELFORMAT_DEPTH_STENCIL` are supported, with the former being a 32 bit floating point depth buffer, and the latter being a 24 bit unsigned depth buffer…
-
Hypothetical syntax:
```julia
@stencil C[i] = (B[i+1] - B[i-1])
```
Should this create C initialized to 0 and fill only 2:end-1
```julia
@stencil C[i] = (B[i+1] - B[i-1]) compact=true
```
Could …
-
I have followed the whole documentation but still unable to integrate it with stencil theme ,Can some body show me a demo how it works and look like.
-
### 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/io…
-
## Type of Change
- [ ] New Feature Request
- [ ] Documentation / Website
- [x] Improvement / Suggestion
- [ ] Bug
- [ ] Other (please clarify below)
## Summary
A part of #820 / #832, wanted …
-
### 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…
-
I'm trying to render 2 planes using stencils. Somehow the green plane is not masking the red plane properly when rendering with the EffectComposer and is causing to tearing around the mask, see the at…
-
I want to write code on Pluto.jl. But I found this issue.
![image](https://github.com/user-attachments/assets/f895d8a3-a788-46c8-9373-836433451075)
-
Not sure why, but they seem to cause the Rayleigh-Taylor to life up as time evolves.
-
**Description**
Scenario:
1. Multiple threads are submitting commands to the same device/queue pair (e.g. through test cases running with `cargo test`).
2. Each thread has a complicated setup of bu…