You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Trac3r-rust/doc/shaderc/sidebar-items.js

1 line
1.1 KiB

5 years ago
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."]]});