hlsl.PointSize.vert 65 B

1234
  1. [[vk::builtin("PointSize")]] float main()
  2. {
  3. return 2.3;
  4. }