Fixing code block indentation
This commit is contained in:
parent
d19c8064c1
commit
2f69c4f48b
1 changed files with 1 additions and 1 deletions
|
|
@ -1239,7 +1239,7 @@ type is `VK_RAY_TRACING_SHADER_GROUP_TYPE_GENERAL_KHR`, and only the `generalSha
|
||||||
`VK_SHADER_UNUSED_KHR`. This is also the case for the callable shaders, not used in this tutorial. In our layout the ray
|
`VK_SHADER_UNUSED_KHR`. This is also the case for the callable shaders, not used in this tutorial. In our layout the ray
|
||||||
generation comes first (0), followed by the miss shader (1).
|
generation comes first (0), followed by the miss shader (1).
|
||||||
|
|
||||||
````C
|
```` C
|
||||||
// Shader groups
|
// Shader groups
|
||||||
VkRayTracingShaderGroupCreateInfoKHR group{VK_STRUCTURE_TYPE_RAY_TRACING_SHADER_GROUP_CREATE_INFO_KHR};
|
VkRayTracingShaderGroupCreateInfoKHR group{VK_STRUCTURE_TYPE_RAY_TRACING_SHADER_GROUP_CREATE_INFO_KHR};
|
||||||
group.anyHitShader = VK_SHADER_UNUSED_KHR;
|
group.anyHitShader = VK_SHADER_UNUSED_KHR;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue