4#ifndef QRHITEXTUREFORMATS
5#define QRHITEXTUREFORMATS
27#include <QtGui/rhi/qrhi.h>
31static_assert(QRhiTexture::RGBA8 == RhiTextureFormat_RGBA8,
"Incompatible RGBA8 value between c++ and shaders");
32static_assert(QRhiTexture::BGRA8 == RhiTextureFormat_BGRA8,
"Incompatible BGRA8 value between c++ and shaders");
33static_assert(QRhiTexture::R8 == RhiTextureFormat_R8,
"Incompatible R8 value between c++ and and shaders");
34static_assert(QRhiTexture::RG8 == RhiTextureFormat_RG8,
"Incompatible RG8 value between c++ and shaders");
35static_assert(QRhiTexture::RG16 == RhiTextureFormat_RG16,
"Incompatible RG16 value between c++ and shaders");
36static_assert(QRhiTexture::RED_OR_ALPHA8 == RhiTextureFormat_RED_OR_ALPHA8,
"Incompatible RED_OR_ALPHA value between c++ and shaders");
const int RhiTextureFormat_RG16
const int RhiTextureFormat_RGBA8
const int RhiTextureFormat_RG8
const int RhiTextureFormat_BGRA8
const int RhiTextureFormat_RED_OR_ALPHA8
const int RhiTextureFormat_R16
const int RhiTextureFormat_R8