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

#include <ShaderVk.h>

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

Public Member Functions

 ShaderVk (const gl::ShaderState &data)
 
 ~ShaderVk () 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

◆ ShaderVk()

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

◆ ~ShaderVk()

rx::ShaderVk::~ShaderVk ( )
override

Member Function Documentation

◆ getDebugInfo()

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

Implements rx::ShaderImpl.

◆ postTranslateCompile()

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

Implements rx::ShaderImpl.

◆ prepareSourceAndReturnOptions()

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

Implements rx::ShaderImpl.


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