IntegerDepth.hlsl 132 B

12345678
  1. // RUN: %dxc -E main -T ps_6_0 %s | FileCheck %s
  2. // CHECK: @main
  3. int main(snorm float b : B, float c:C) : SV_DEPTH
  4. {
  5. return b;
  6. }