This commit is contained in:
2020-01-23 23:13:36 -08:00
parent dcc0df955e
commit 2bc9ebdc6b
31829 changed files with 1229378 additions and 17 deletions

View File

@@ -0,0 +1 @@
initSidebarItems({"enum":[["Error","Error."],["GlslProfile","GLSL profile."],["IncludeType","Identifies the type of include directive. `Relative` is for include directives of the form `#include \"...\"`, and `Standard` is for include directives of the form `#include <...>`."],["Limit","Resource limit."],["OptimizationLevel","Optimization level."],["ResourceKind","Resource kinds."],["ShaderKind","Shader kind."],["SourceLanguage","Source language."],["TargetEnv","Target environment."]],"fn":[["get_spirv_version","Returns the version and revision of the SPIR-V generated by this library."],["parse_version_profile","Parses the version and profile from the given `string`."]],"struct":[["CompilationArtifact","An opaque object containing the results of compilation."],["CompileOptions","An opaque object managing options to compilation."],["Compiler","An opaque object managing all compiler states."],["ResolvedInclude","A representation of a successfully resolved include directive, containing the name of the include and its contents."]],"type":[["Result","Compilation status."]]});