![]() |
OGRE
13.6
Object-Oriented Graphics Rendering Engine
|
#include "OgrePrerequisites.h"#include "OgreLogManager.h"#include "OgrePixelFormat.h"#include "OgreVulkanExports.h"#include <volk.h>Namespaces | |
| Ogre | |
| Ogre::SubmissionType | |
Macros | |
| #define | OGRE_ASSERT_HIGH(x) OgreAssert((x), "high") |
| #define | OGRE_ASSERT_LOW(x) OgreAssert((x), "low") |
| #define | OGRE_ASSERT_MEDIUM(x) OgreAssert((x), "medium") |
| #define | OGRE_VK_CHECK(vkcall) |
| #define | VMA_NOT_NULL |
| #define | VMA_NULLABLE |
| #define | VMA_STATIC_VULKAN_FUNCTIONS 0 |
Typedefs | |
| template<typename T > | |
| using | Ogre::FastArray = std::vector< T > |
| typedef PixelFormat | Ogre::PixelFormatGpu |
| typedef Texture | Ogre::TextureGpu |
Enumerations | |
| enum | Ogre::SubmissionType::SubmissionType { Ogre::SubmissionType::FlushOnly , Ogre::SubmissionType::NewFrameIdx , Ogre::SubmissionType::EndFrameAndSwap } |
Functions | |
| size_t | Ogre::alignToNextMultiple (size_t offset, size_t alignment) |
| Aligns the input 'offset' to the next multiple of 'alignment'. More... | |
| #define VMA_NULLABLE |
| #define VMA_NOT_NULL |
| #define VMA_STATIC_VULKAN_FUNCTIONS 0 |
| #define OGRE_ASSERT_HIGH | ( | x | ) | OgreAssert((x), "high") |
| #define OGRE_ASSERT_MEDIUM | ( | x | ) | OgreAssert((x), "medium") |
| #define OGRE_ASSERT_LOW | ( | x | ) | OgreAssert((x), "low") |
| #define OGRE_VK_CHECK | ( | vkcall | ) |