Skip to content

Instantly share code, notes, and snippets.

@danzeeeman
Created January 7, 2014 16:26
Show Gist options
  • Save danzeeeman/8301921 to your computer and use it in GitHub Desktop.
Save danzeeeman/8301921 to your computer and use it in GitHub Desktop.
fboSettings.numSamples = 8;
fboSettings.wrapModeHorizontal = GL_CLAMP_TO_EDGE;
fboSettings.wrapModeVertical = GL_CLAMP_TO_EDGE;
fboSettings.internalformat = GL_RGBA;
fboSettings.depthStencilAsTexture = false;
fboSettings.height = 1024;
fboSettings.width = 1024;
fboSettings.useStencil = false;
fboSettings.numColorbuffers = 8;
fboSettings.useDepth = false;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment