Skip to content

Commit

Permalink
update read
Browse files Browse the repository at this point in the history
  • Loading branch information
q651082931 committed Feb 2, 2018
1 parent 0b17f5f commit b587684
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
817417D420244A99002423D3 /* vertex.vsh in Resources */ = {isa = PBXBuildFile; fileRef = 817417CF20244A98002423D3 /* vertex.vsh */; };
817417D520244A99002423D3 /* AGLKVertexAttribArrayBuffer.m in Sources */ = {isa = PBXBuildFile; fileRef = 817417D020244A98002423D3 /* AGLKVertexAttribArrayBuffer.m */; };
817417D620244A99002423D3 /* fragment.fsh in Resources */ = {isa = PBXBuildFile; fileRef = 817417D220244A98002423D3 /* fragment.fsh */; };
817417D820245124002423D3 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 817417D720245123002423D3 /* README.md */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand Down Expand Up @@ -55,6 +56,7 @@
817417D020244A98002423D3 /* AGLKVertexAttribArrayBuffer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AGLKVertexAttribArrayBuffer.m; sourceTree = "<group>"; };
817417D120244A98002423D3 /* glViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = glViewController.h; path = "../../../../Downloads/OpenGLES_DEMO-master/deleteLater——openGLES/glViewController.h"; sourceTree = "<group>"; };
817417D220244A98002423D3 /* fragment.fsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.glsl; path = fragment.fsh; sourceTree = "<group>"; };
817417D720245123002423D3 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../../README.md; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -108,6 +110,7 @@
817417A12024098F002423D3 /* LaunchScreen.storyboard */,
817417A42024098F002423D3 /* Info.plist */,
817417A52024098F002423D3 /* main.m */,
817417D720245123002423D3 /* README.md */,
);
path = JLScreenRecordDemo;
sourceTree = "<group>";
Expand Down Expand Up @@ -185,6 +188,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
817417D820245124002423D3 /* README.md in Resources */,
817417A32024098F002423D3 /* LaunchScreen.storyboard in Resources */,
817417A02024098F002423D3 /* Assets.xcassets in Resources */,
8174179E2024098F002423D3 /* Main.storyboard in Resources */,
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ demo中有示例非常简单使用
}];

其中项目中用到的立方体渲染是 https://github.com/holyHbw/OpenGLES_DEMO
这个项目的,多谢作者贡献
参考资料 ASScreenRecorder https://github.com/alskipp/ASScreenRecorder
多谢作者贡献
如果有issue可以反馈给我多谢.

0 comments on commit b587684

Please sign in to comment.