Class BGFXCallbackInterface

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class BGFXCallbackInterface extends Struct<BGFXCallbackInterface> implements NativeResource
Callback interface to implement application specific behavior.

Cached items are currently used for OpenGL and Direct3D 12 binary shaders.

fatal and trace_vargs callbacks can be called from any thread. Other callbacks are called from the render thread.

Layout


 struct bgfx_callback_interface_t {
     bgfx_callback_vtbl_t const * vtbl();
 }