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
@@ -247,8 +247,8 @@ namespace
|
||||
class ExampleASSAO : public entry::AppI
|
||||
{
|
||||
public:
|
||||
ExampleASSAO(const char* _name, const char* _description, const char* _url)
|
||||
: entry::AppI(_name, _description, _url)
|
||||
ExampleASSAO(const char* _name, const char* _description, const char* _url)
|
||||
: entry::AppI(_name, _description, _url)
|
||||
, m_currFrame(UINT32_MAX)
|
||||
, m_enableSSAO(true)
|
||||
, m_enableTexturing(true)
|
||||
@@ -1201,10 +1201,10 @@ namespace
|
||||
} // namespace
|
||||
|
||||
ENTRY_IMPLEMENT_MAIN(
|
||||
ExampleASSAO
|
||||
, "39-assao"
|
||||
, "Adaptive Screen Space Ambient Occlusion."
|
||||
, "https://bkaradzic.github.io/bgfx/examples.html#assao"
|
||||
);
|
||||
ExampleASSAO
|
||||
, "39-assao"
|
||||
, "Adaptive Screen Space Ambient Occlusion."
|
||||
, "https://bkaradzic.github.io/bgfx/examples.html#assao"
|
||||
);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user