Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CreateRayTracingShaderAsset(AssetImportContext, string)

Creates a new RayTracingShader object from the provided source code string. You can use this method alongside the ScriptedImporter to create custom ray tracing shader generation tools in the Editor.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public static RayTracingShader CreateRayTracingShaderAsset(AssetImportContext context, string source)

Parameters

The context object the asset system uses to register shader dependencies.

source

The string that contains a shader written in HLSL code.

Returns

Type

Description

RayTracingShader