Home | History | Annotate | Download | only in hlsl

Lines Matching refs:txBasicType

1376     const TBasicType txBasicType = txType.isStruct() ? (*txType.getStruct())[0].type->getBasicType()
1385 sampler.setImage(txBasicType, dim, array, shadow, ms);
1387 sampler.setTexture(txBasicType, dim, array, shadow, ms);