示例#1
0
文件: ptxop.cs 项目: xeno-by/libptx
 protected bool is_samplerref_or_null(Expression expr)
 {
     return expr == null || expr.is_samplerref();
 }
示例#2
0
文件: ptxop.cs 项目: xeno-by/libptx
 protected bool is_samplerref(Expression expr)
 {
     return expr.is_samplerref();
 }