-
I am attempting to compile the following code:
```HLSL
static int NEXT_SPEC_CONST_ID = 0;
[[vk::constant_id(NEXT_SPEC_CONST_ID++)]] const float TEST_FLOAT_1 = 0.32f;
[[vk::constant_id(NEXT_SPE…
-
If I have files:
subdir/a.vert
And I run:
glslc -c -working-directory subdir -o `pwd`/a.spv a.vert
Then when I run the following from /build/dir/ I get:
glslc: error: cannot open output file:…
-
I propose making the default Panda convention for depth range 0..1 instead of OpenGL's -1..1 range.
The OpenGL range was presumably originally chosen for consistency with the X and Y axes (which un…
-
Consider the following GLSL code:
```
#version 450
layout(location = 0) in vec3 normal;
layout(location = 1) in vec3 uv;
layout(location = 0) out vec4 outColor;
layout(binding = 1) unifo…
-
_(filing this to track ideas and see if there is community interest)_
## Background
IREE is designed to take the "ML" out of "ML deployment" and just turn "running an ML model" into "running som…
-
Release Task List
Title of issue: Task list for VkPipelineRenderingCreateInfo::viewMask largely unspecified
The task list for the release is:
- [x] Vulkan Specification:
…
-
For example, this SPIR-V shader says that FragCoord is an output, and the validator is perfectly happy with that.
000000 07230203 00010200 00000000 00000010
000010 00000000 00020011 000000…
-
Currently, there are situations where `rspirv` can panic, it should not be possible to cause a panic from inputs to the libraries (any observed panic should be regarded as a bug). It also errors out v…
-
Hey Daniel and everybody --
I think this is a really nice VS extension for something I've been really wanting lately. I found this and added it to my tools. The syntax highlighting is great, and …
-
Simple test case:
```
#version 450
#extension GL_KHX_shader_explicit_arithmetic_types : enable
layout(std430, binding = 3) buffer layoutName
{
uint16_t ssbo[];
};
void main()
{
uint…
Novum updated
6 years ago