Interface IBufferObject
- All Known Implementing Classes:
ComputeProgram
public interface IBufferObject
Utility interface for registering buffer objects to be destroyed when the game closes.
-
Method Summary
-
Method Details
-
registerBufferObject
default void registerBufferObject() -
destroy
void destroy()
-