HDK
|
#include <unitTestHelper.h>
Public Member Functions | |
HGI_API | HgiGfxCmdBfrExecutionTestDriver () |
HGI_API | ~HgiGfxCmdBfrExecutionTestDriver () |
HGI_API bool | ExecuteTestGfxCmdBfr () |
HGI_API bool | WriteToFile (const std::string &filePath) |
Public Member Functions inherited from HgiPipelineCreationTestDriver | |
HGI_API | HgiPipelineCreationTestDriver () |
HGI_API | ~HgiPipelineCreationTestDriver () |
HGI_API bool | CreateTestPipeline () |
HGI_API Hgi * | GetHgi () |
Additional Inherited Members | |
Protected Member Functions inherited from HgiPipelineCreationTestDriver | |
bool | _CreateShaderProgram () |
void | _DestroyShaderProgram () |
void | _CreateVertexBufferDescriptor () |
bool | _CreatePipeline () |
void | _PrintCompileErrors () |
Protected Attributes inherited from HgiPipelineCreationTestDriver | |
HgiUniquePtr | _hgi |
HgiShaderProgramHandle | _shaderProgram |
HgiGraphicsPipelineHandle | _pipeline |
HgiVertexBufferDesc | _vboDesc |
HgiAttachmentDesc | _colorAtt |
HgiAttachmentDesc | _depthAtt |
Definition at line 81 of file unitTestHelper.h.
HGI_API HgiGfxCmdBfrExecutionTestDriver::HgiGfxCmdBfrExecutionTestDriver | ( | ) |
HGI_API HgiGfxCmdBfrExecutionTestDriver::~HgiGfxCmdBfrExecutionTestDriver | ( | ) |
HGI_API bool HgiGfxCmdBfrExecutionTestDriver::ExecuteTestGfxCmdBfr | ( | ) |
HGI_API bool HgiGfxCmdBfrExecutionTestDriver::WriteToFile | ( | const std::string & | filePath | ) |