webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
rx::ShaderNULL Class Reference

#include <ShaderNULL.h>

Inheritance diagram for rx::ShaderNULL:
rx::ShaderImpl angle::NonCopyable

Public Member Functions

 ShaderNULL (const gl::ShaderState &data)
 
 ~ShaderNULL () override
 
ShCompileOptions prepareSourceAndReturnOptions (std::stringstream *sourceStream, std::string *sourcePath) override
 
bool postTranslateCompile (gl::Compiler *compiler, std::string *infoLog) override
 
std::string getDebugInfo () const override
 
- Public Member Functions inherited from rx::ShaderImpl
 ShaderImpl (const gl::ShaderState &data)
 
virtual ~ShaderImpl ()
 
const gl::ShaderStategetData () const
 

Additional Inherited Members

- Protected Attributes inherited from rx::ShaderImpl
const gl::ShaderStatemData
 

Constructor & Destructor Documentation

◆ ShaderNULL()

rx::ShaderNULL::ShaderNULL ( const gl::ShaderState data)

◆ ~ShaderNULL()

rx::ShaderNULL::~ShaderNULL ( )
override

Member Function Documentation

◆ getDebugInfo()

std::string rx::ShaderNULL::getDebugInfo ( ) const
overridevirtual

Implements rx::ShaderImpl.

◆ postTranslateCompile()

bool rx::ShaderNULL::postTranslateCompile ( gl::Compiler compiler,
std::string infoLog 
)
overridevirtual

Implements rx::ShaderImpl.

◆ prepareSourceAndReturnOptions()

ShCompileOptions rx::ShaderNULL::prepareSourceAndReturnOptions ( std::stringstream *  sourceStream,
std::string sourcePath 
)
overridevirtual

Implements rx::ShaderImpl.


The documentation for this class was generated from the following files: