mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Formatting: Use nested namespace definitions
This commit is contained in:
parent
90c458d92e
commit
158220ddfa
142 changed files with 394 additions and 796 deletions
|
|
@ -202,9 +202,7 @@ typedef void ( *GLVULKANPROCNV)(void);
|
|||
|
||||
JUCE_END_IGNORE_WARNINGS_GCC_LIKE
|
||||
|
||||
namespace juce
|
||||
{
|
||||
namespace gl
|
||||
namespace juce::gl
|
||||
{
|
||||
|
||||
#ifndef GL_VERSION_1_0
|
||||
|
|
@ -12004,5 +12002,4 @@ void loadFunctions();
|
|||
*/
|
||||
void loadExtensions();
|
||||
|
||||
}
|
||||
}
|
||||
} // namespace juce::gl
|
||||
|
|
|
|||
|
|
@ -95,9 +95,7 @@ typedef void ( *GLVULKANPROCNV)(void);
|
|||
|
||||
JUCE_END_IGNORE_WARNINGS_GCC_LIKE
|
||||
|
||||
namespace juce
|
||||
{
|
||||
namespace gl
|
||||
namespace juce::gl
|
||||
{
|
||||
|
||||
#ifndef GL_ES_VERSION_2_0
|
||||
|
|
@ -5266,5 +5264,4 @@ void loadFunctions();
|
|||
*/
|
||||
void loadExtensions();
|
||||
|
||||
}
|
||||
}
|
||||
} // namespace juce::gl
|
||||
|
|
|
|||
|
|
@ -31,9 +31,7 @@
|
|||
|
||||
|
||||
|
||||
namespace juce
|
||||
{
|
||||
namespace gl
|
||||
namespace juce::gl
|
||||
{
|
||||
|
||||
|
||||
|
|
@ -643,5 +641,4 @@ enum : GLenum
|
|||
};
|
||||
#endif
|
||||
|
||||
}
|
||||
}
|
||||
} // namespace juce::gl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue