Home
last modified time | relevance | path

Searched refs:shader_lengths (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dmain.cpp841 const int shader_lengths = static_cast<int>(aSource.size()); in preProcessShader() local
844 shader.setStringsWithLengthsAndNames(&shader_strings, &shader_lengths, &string_names, 1); in preProcessShader()
921 const int shader_lengths = static_cast<int>(aSource.size()); in compileShaderToSpirvBinary() local
923 shader.setStringsWithLengthsAndNames(&shader_strings, &shader_lengths, &string_names, 1); in compileShaderToSpirvBinary()