ResBinaryShaderProgram class
Base classes
-
template<typename DataType_>class ResCommon<ResBinaryShaderProgramData>
Public types
- using DataType = ResBinaryShaderProgramData
Constructors, destructors, conversion operators
Public functions
- auto getName() const -> const char*
- auto getResShaderVariationArray() const -> ResShaderVariationArray
- auto getResShaderVariationDefaultArray() const -> ResShaderVariationArray
- auto getResShaderSymbolArray(ShaderSymbolType type) const -> ResShaderSymbolArray
- auto isValid() const -> bool
- void verify() const
- auto ptr() -> DataType*
- auto ptr() const -> const DataType*
- auto ptrBytes() const -> u8*
- auto ref() -> DataType&
- auto ref() const -> const DataType&
- auto isValidMagic() const -> bool
- auto isValidVersion() const -> bool
- void assertValid() const
Protected variables
Typedef documentation
using agl:: ResBinaryShaderProgram:: DataType = ResBinaryShaderProgramData
#include <common/aglResCommon.h>
Function documentation
bool agl:: ResBinaryShaderProgram:: isValid() const
#include <common/aglResCommon.h>
void agl:: ResBinaryShaderProgram:: verify() const
#include <common/aglResCommon.h>
DataType* agl:: ResBinaryShaderProgram:: ptr()
#include <common/aglResCommon.h>
const DataType* agl:: ResBinaryShaderProgram:: ptr() const
#include <common/aglResCommon.h>
u8* agl:: ResBinaryShaderProgram:: ptrBytes() const
#include <common/aglResCommon.h>
DataType& agl:: ResBinaryShaderProgram:: ref()
#include <common/aglResCommon.h>
const DataType& agl:: ResBinaryShaderProgram:: ref() const
#include <common/aglResCommon.h>
bool agl:: ResBinaryShaderProgram:: isValidMagic() const
#include <common/aglResCommon.h>
bool agl:: ResBinaryShaderProgram:: isValidVersion() const
#include <common/aglResCommon.h>
void agl:: ResBinaryShaderProgram:: assertValid() const
#include <common/aglResCommon.h>
Variable documentation
const DataType* agl:: ResBinaryShaderProgram:: mpData protected
#include <common/aglResCommon.h>