Add PBOs and PBO support for default rendering

This commit is contained in:
johni0702
2015-07-16 16:19:20 +02:00
parent 787942aef2
commit 6a5b6fdac5
5 changed files with 270 additions and 6 deletions

View File

@@ -0,0 +1,10 @@
package eu.crushedpixel.replaymod.utils;
/**
* Members annotated with @Api are considered API and should not be removed even if their unused as they might
* be of use at a later point in time.
* The purpose of this annotation is to be added to the IntelliJ inspections exceptions.
*/
@Api
public @interface Api {
}