Add slang shader for vertex attributes sample

This commit is contained in:
Sascha Willems 2025-05-01 12:02:19 +02:00
parent 52c97db9a4
commit afbc3a5bb7
2 changed files with 86 additions and 4 deletions

View file

@ -33,10 +33,6 @@ struct UBO
};
ConstantBuffer<UBO> ubo;
struct PushConsts {
float4x4 model;
};
[[vk::binding(0, 1)]] Sampler2D samplerColorMap;
[[vk::binding(1, 1)]] Sampler2D samplerNormalMap;