Implement extension GL_ARB_shader_stencil_export
This commit is contained in:
parent
89f8d1e64f
commit
37cdceed41
10 changed files with 55 additions and 3 deletions
|
|
@ -466,7 +466,7 @@ void HlslScanContext::fillInKeywordMap()
|
|||
(*SemanticMap)["SV_COVERAGE"] = EbvSampleMask;
|
||||
(*SemanticMap)["SV_DEPTHGREATEREQUAL"] = EbvFragDepthGreater;
|
||||
(*SemanticMap)["SV_DEPTHLESSEQUAL"] = EbvFragDepthLesser;
|
||||
(*SemanticMap)["SV_STENCILREF"] = EbvStencilRef;
|
||||
(*SemanticMap)["SV_STENCILREF"] = EbvFragStencilRef;
|
||||
}
|
||||
|
||||
void HlslScanContext::deleteKeywordMap()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue