You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
132 B

  1. /* some code here */
  2. void TestClass_TestProc(void)
  3. {
  4. gl_FragColor = vec4(1.0);
  5. }
  6. void main(void)
  7. {
  8. TestClass_TestProc();
  9. }