mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Add url to examples
This commit is contained in:
committed by
Бранимир Караџић
parent
0799f4b98c
commit
d7c70c49e3
@@ -307,8 +307,8 @@ private:
|
||||
class ExampleCallback : public entry::AppI
|
||||
{
|
||||
public:
|
||||
ExampleCallback(const char* _name, const char* _description)
|
||||
: entry::AppI(_name, _description)
|
||||
ExampleCallback(const char* _name, const char* _description, const char* _url)
|
||||
: entry::AppI(_name, _description, _url)
|
||||
{
|
||||
}
|
||||
|
||||
@@ -498,4 +498,9 @@ public:
|
||||
|
||||
} // namespace
|
||||
|
||||
ENTRY_IMPLEMENT_MAIN(ExampleCallback, "07-callback", "Implementing application specific callbacks for taking screen shots, caching OpenGL binary shaders, and video capture.");
|
||||
ENTRY_IMPLEMENT_MAIN(
|
||||
ExampleCallback
|
||||
, "07-callback"
|
||||
, "Implementing application specific callbacks for taking screen shots, caching OpenGL binary shaders, and video capture."
|
||||
, "https://bkaradzic.github.io/bgfx/examples.html#callback"
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user