![]() |
OGRE 14.2
Object-Oriented Graphics Rendering Engine
|
#include "OgrePrerequisites.h"
#include "OgreLogManager.h"
#include "OgrePixelFormat.h"
#include "OgreVulkanExports.h"
#include <volk.h>
Namespaces | |
namespace | Ogre |
namespace | Ogre::SubmissionType |
Macros | |
#define | OGRE_ASSERT_HIGH(x) |
#define | OGRE_ASSERT_LOW(x) |
#define | OGRE_ASSERT_MEDIUM(x) |
#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'. | |
#define VMA_NULLABLE |
#define VMA_NOT_NULL |
#define VMA_STATIC_VULKAN_FUNCTIONS 0 |
#define OGRE_ASSERT_HIGH | ( | x | ) |
#define OGRE_ASSERT_MEDIUM | ( | x | ) |
#define OGRE_ASSERT_LOW | ( | x | ) |
#define OGRE_VK_CHECK | ( | vkcall | ) |