YY-GitHub

Results 4 comments of YY-GitHub

The first step is to build the Python for iOS target using the python-for-ios recipe. This will provide you with a Python interpreter that is compiled for iOS and can...

posted a fix for the bounty, hope it helps.

// uniform variables uniform sampler2D tex; // source texture uniform sampler2D depthTex; // depth texture uniform mat4 viewMatrix; // view matrix uniform mat4 projectionMatrix; // projection matrix uniform vec2 bufferSize;...

Here is an example of a working implementation of BPCEM in GLSL, the shading language used in OpenGL: // uniform variables uniform samplerCube cubemap; // cubemap texture uniform mat4 viewMatrix;...