mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
0030505: Volume Rendering - Deferred lighting
Missing getter for OpenGl_Texture::mySizedFormat has been added.
This commit is contained in:
parent
d84b49c743
commit
4bcd07385e
@ -132,6 +132,7 @@
|
|||||||
#define GL_RG16UI 0x823A
|
#define GL_RG16UI 0x823A
|
||||||
#define GL_RG32I 0x823B
|
#define GL_RG32I 0x823B
|
||||||
#define GL_RG32UI 0x823C
|
#define GL_RG32UI 0x823C
|
||||||
|
#define GL_RG8_SNORM 0x8F95
|
||||||
#define GL_RGBA32UI 0x8D70
|
#define GL_RGBA32UI 0x8D70
|
||||||
#define GL_RGB32UI 0x8D71
|
#define GL_RGB32UI 0x8D71
|
||||||
#define GL_RGBA16UI 0x8D76
|
#define GL_RGBA16UI 0x8D76
|
||||||
|
@ -339,6 +339,12 @@ public:
|
|||||||
return myTextFormat;
|
return myTextFormat;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//! @return texture format (sized)
|
||||||
|
GLint SizedFormat() const
|
||||||
|
{
|
||||||
|
return mySizedFormat;
|
||||||
|
}
|
||||||
|
|
||||||
//! Return true for GL_RED and GL_ALPHA formats.
|
//! Return true for GL_RED and GL_ALPHA formats.
|
||||||
bool IsAlpha() const
|
bool IsAlpha() const
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user