mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Fixed tabs/spaces
This commit is contained in:
committed by
Бранимир Караџић
parent
3f647f1ca1
commit
33ac8934ff
@@ -152,8 +152,8 @@ void screenSpaceQuad(float _textureWidth, float _textureHeight, bool _originBott
|
||||
class ExampleOIT : public entry::AppI
|
||||
{
|
||||
public:
|
||||
ExampleOIT(const char* _name, const char* _description, const char* _url)
|
||||
: entry::AppI(_name, _description, _url)
|
||||
ExampleOIT(const char* _name, const char* _description, const char* _url)
|
||||
: entry::AppI(_name, _description, _url)
|
||||
{
|
||||
}
|
||||
|
||||
@@ -551,8 +551,8 @@ public:
|
||||
} // namespace
|
||||
|
||||
ENTRY_IMPLEMENT_MAIN(
|
||||
ExampleOIT
|
||||
, "19-oit"
|
||||
, "Weighted, Blended Order Independent Transparency."
|
||||
, "https://bkaradzic.github.io/bgfx/examples.html#oit"
|
||||
);
|
||||
ExampleOIT
|
||||
, "19-oit"
|
||||
, "Weighted, Blended Order Independent Transparency."
|
||||
, "https://bkaradzic.github.io/bgfx/examples.html#oit"
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user