Project

General

Profile

« Previous | Next » 

Revision 12f45260

Added by Leszek Koltunski about 6 years ago

First try at the SSBO (doesn't work - reads in the application don't pick up changes in the shader; crashes.

View differences:

src/main/java/org/distorted/library/main/DistortedScreen.java
56 56
///////////////////////////////////////////////////////////////////////////////////////////////////
57 57
// here we don't manage underlying OpenGL assets ourselves
58 58

  
59
  void create()   {}
60
  void delete()   {}
61
  void recreate() {}
59
  void createSurface()   {}
60
  void deleteSurface()   {}
61
  void recreateSurface() {}
62 62

  
63 63
///////////////////////////////////////////////////////////////////////////////////////////////////
64 64

  

Also available in: Unified diff