Lines Matching refs:shaderc_compiler_t
79 // shaderc_compiler_t compiler = shaderc_compiler_initialize();
88 // shaderc_compiler_t compiler = shaderc_compiler_initialize();
98 typedef struct shaderc_compiler* shaderc_compiler_t;
100 // Returns a shaderc_compiler_t that can be used to compile modules.
102 // Any function operating on shaderc_compiler_t must offer the basic
109 shaderc_compiler_t shaderc_compiler_initialize(void);
111 // Releases the resources held by the shaderc_compiler_t.
113 // involving this shaderc_compiler_t.
114 void shaderc_compiler_release(shaderc_compiler_t);
249 const shaderc_compiler_t compiler, const char* source_text,
258 const shaderc_compiler_t compiler, const char* source_text,
266 const shaderc_compiler_t compiler, const char* source_text,