mirror of
https://gitee.com/openharmony/third_party_vulkan-loader
synced 2024-12-19 21:38:07 +00:00
test-framework: Make ReadFile available to tests
This commit is contained in:
parent
77bc5a4775
commit
9a34e263a3
@ -72,14 +72,15 @@ public:
|
||||
std::vector<unsigned int> &bil);
|
||||
static bool m_use_bil;
|
||||
|
||||
char** ReadFileData(const char* fileName);
|
||||
void FreeFileData(char** data);
|
||||
|
||||
private:
|
||||
int m_compile_options;
|
||||
int m_num_shader_strings;
|
||||
TBuiltInResource Resources;
|
||||
void SetMessageOptions(EShMessages& messages);
|
||||
void ProcessConfigFile();
|
||||
char** ReadFileData(const char* fileName);
|
||||
void FreeFileData(char** data);
|
||||
EShLanguage FindLanguage(const std::string& name);
|
||||
EShLanguage FindLanguage(const XGL_PIPELINE_SHADER_STAGE shader_type);
|
||||
std::string ConfigFile;
|
||||
|
Loading…
Reference in New Issue
Block a user