|
Diligent Engine
v.2.4.g
|
#include <ShaderResourcesGL.hpp>
Public Member Functions | |
| StorageBlockInfo (const StorageBlockInfo &)=delete | |
| StorageBlockInfo & | operator= (const StorageBlockInfo &)=delete |
| StorageBlockInfo (StorageBlockInfo &&)=default | |
| StorageBlockInfo & | operator= (StorageBlockInfo &&)=delete |
| StorageBlockInfo (const Char *_Name, SHADER_TYPE _ShaderStages, SHADER_RESOURCE_TYPE _ResourceType, Uint32 _ArraySize, GLint _SBIndex) noexcept | |
| StorageBlockInfo (const StorageBlockInfo &SB, StringPool &NamesPool) noexcept | |
Public Member Functions inherited from Diligent::ShaderResourcesGL::GLResourceAttribs | |
| GLResourceAttribs (const Char *_Name, SHADER_TYPE _ShaderStages, SHADER_RESOURCE_TYPE _ResourceType, Uint32 _ArraySize) noexcept | |
| GLResourceAttribs (const GLResourceAttribs &Attribs, StringPool &NamesPool) noexcept | |
| ShaderResourceDesc | GetResourceDesc () const |
Public Attributes | |
| const GLint | SBIndex |
Public Attributes inherited from Diligent::ShaderResourcesGL::GLResourceAttribs | |
| const Char * | Name |
| const SHADER_TYPE | ShaderStages |
| const SHADER_RESOURCE_TYPE | ResourceType |
| Uint32 | ArraySize |
|
delete |
|
default |
|
inlinenoexcept |
|
inlinenoexcept |
|
delete |
|
delete |
| const GLint Diligent::ShaderResourcesGL::StorageBlockInfo::SBIndex |
1.8.17