File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -340,8 +340,8 @@ An important member is `ShaderCreateInfo::SourceLanguage`. The following are val
340340* ` SHADER_SOURCE_LANGUAGE_HLSL ` - The shader source is in HLSL. For OpenGL and OpenGLES modes, the source code will be
341341 converted to GLSL. In Vulkan back-end, the code will be compiled to SPIRV directly.
342342* ` SHADER_SOURCE_LANGUAGE_GLSL ` - The shader source is in GLSL.
343- * ` SHADER_SOURCE_LANGUAGE_GLSL_VERBATIM ` - The shader source language is GLSL and should be compiled verbatim
344- * ` SHADER_SOURCE_LANGUAGE_MSL ` - The source language is Metal Shading Language
343+ * ` SHADER_SOURCE_LANGUAGE_GLSL_VERBATIM ` - The shader source language is GLSL and should be compiled verbatim.
344+ * ` SHADER_SOURCE_LANGUAGE_MSL ` - The source language is Metal Shading Language.
345345
346346Other members of the ` ShaderCreateInfo ` structure define the shader include search directories, shader macro definitions,
347347shader entry point and other parameters.
You can’t perform that action at this time.
0 commit comments