소스 검색

tutorial: fix the FBO shader so that it works with OpenGL ES.

legacy
Sam Hocevar sam 12 년 전
부모
커밋
3f883b9aba
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      tutorial/08_fbo.lolfx

+ 4
- 0
tutorial/08_fbo.lolfx 파일 보기

@@ -16,6 +16,10 @@ void main()

#version 120

#if defined GL_ES
precision highp float;
#endif

uniform sampler2D in_Texture;
uniform float in_Flag;
uniform vec3 in_Point;


불러오는 중...
취소
저장