Fixed specialization constant type in readme
This commit is contained in:
parent
e80a063fc5
commit
4a119ecd7b
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ For each material we then set constant properties for the fragment shader using
|
|||
|
||||
```cpp
|
||||
struct MaterialSpecializationData {
|
||||
bool alphaMask;
|
||||
VkBool32 alphaMask;
|
||||
float alphaMaskCutoff;
|
||||
} materialSpecializationData;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue