|
Berserk
|
Options passed to compile shader. More...
#include <Shader.hpp>


Public Member Functions | |
| BRK_API | ShaderCompileOptions ()=default |
| BRK_API | ~ShaderCompileOptions () override=default |
| BRK_API void | Set (const StringName &option) |
| BRK_API bool | IsSet (const StringName &option) const |
| BRK_API void | Clear () |
| BRK_API size_t | GetCount () const |
| BRK_API const std::unordered_set< StringName > & | Get () const |
Public Member Functions inherited from RefCnt | |
| virtual | ~RefCnt () |
| bool | IsUnique () const |
| std::int32_t | GetRefs () const |
| std::int32_t | AddRef () const |
| std::int32_t | RelRef () const |
Additional Inherited Members | |
Protected Member Functions inherited from RefCnt | |
| virtual void | Destroy () const |
Options passed to compile shader.
|
default |
|
overridedefault |
|
inline |
|
inline |
|
inline |
|
inline |