Project

General

Profile

« Previous | Next » 

Revision 9ed80185

Added by Leszek Koltunski almost 7 years ago

Beginnings of support for multi-COLOR attachment Framebuffers.
This will be used in OutputSurface's Postprocessing Buffer.

View differences:

src/main/java/org/distorted/library/DistortedScreen.java
53 53
    {
54 54
    // set color to 'DONT_CREATE' so that Screens will not get added to the Surface lists
55 55
    // set depth to 'CREATED' so that depth will be, by default, on.
56
    super(0,0,DONT_CREATE,DEPTH_NO_STENCIL,0,TYPE_USER);
56
    super(0,0,DONT_CREATE,1,DEPTH_NO_STENCIL,0,TYPE_USER);
57 57

  
58 58
    if( view!=null )
59 59
      {

Also available in: Unified diff