-
Running on an M2 MacBook I currently get a single test failure:
`ToSpirv/HlslCompileTest.FromFile/hlsl_inf_vert`
```
System Version: macOS 14.1.1 (23B81)
Apple clang version 15.0.0 (clang-1500.0…
-
```
What steps will reproduce the problem?
1. Go to http://threejs.org/examples/#webgl_shaders_sky
What is the expected output?
It's blue/green on the top half, rust tones on the buttom
What do y…
-
Historically, Emularity has outsourced filter processing to the individual emulators.
**However, Emularity is a metaphorical equivalent of an emulated monitor. It allows a web browser to** ***"beco…
-
HLSL gives no special meaning to the function named `main`. It does give special handling to _entry points_, and the _active entry point_ when building a freestanding shader. Those cases are handled b…
-
```
What steps will reproduce the problem?
1. Open the web page http://www.stats.uwo.ca/faculty/murdoch/webGL in Firefox
What is the expected output? What do you see instead?
It should display a rot…
-
```
What steps will reproduce the problem?
1. Open the web page http://www.stats.uwo.ca/faculty/murdoch/webGL in Firefox
What is the expected output? What do you see instead?
It should display a rot…
-
The title is self-explanatory.
Just installed the latest release (2.4) of this ext to the VS 2015 - and there's no syntax highlighting at all. More importantly, no way to specify it manually because …
-
The FXC is not publicly specified, but there is some information about its structure:
http://timjones.io/blog/archive/2015/09/02/parsing-direct3d-shader-bytecode
It would be very nice to be able t…
kvark updated
4 months ago
-
The following code:
```
struct ContainsBuffer
{
StructuredBuffer buffer;
int dummy;
}
ParameterBlock call_data;
[Differentiable]
void takesBuffer(ContainsBuffer x)
{
}
[shader("com…
-
Blocked on:
- cfg-cleanup pass is merged
- LunarG's size-reduction whitepaper is updated
- Glslang and Shaderc opt pass list is updated with cfg-cleanup