Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/codegen/
DSkSLSPIRVtoHLSL.cpp31 spirv_cross::CompilerHLSL::Options optionsHLSL; in SPIRVtoHLSL() local
32 optionsHLSL.shader_model = 51; in SPIRVtoHLSL()
34 optionsHLSL.point_coord_compat = true; in SPIRVtoHLSL()
35 optionsHLSL.point_size_compat = true; in SPIRVtoHLSL()
38 hlslCompiler.set_hlsl_options(optionsHLSL); in SPIRVtoHLSL()