Skip to main content

DEFAULT_PIXEL

Constant DEFAULT_PIXEL 

Source
pub const DEFAULT_PIXEL: &str = "float4 pixel(VertexOutput input) : SV_Target { return default_pixel(input); }";
Expand description

Default pixel entry point; its helper is supplied by the selected pipeline.