OpenLearn will be unavailable from 8am to 10.30am on Wednesday 3 December due to scheduled maintenance.
Personalise your OpenLearn profile, save your favourite content and get recognition for your learning
Command line:
dxc.exe -T ps_6_0 -E main -Fo pixel.cso pixel.hlsl Dxcpl Directx 12
debugController->EnableDebugLayer(); debugController->Release(); Command line: dxc
float4 PSMain(PSInput input) : SV_TARGET return input.color; PSInput VSMain(VSInput input) PSInput output
PSInput VSMain(VSInput input) PSInput output; output.pos = float4(input.pos, 1.0); output.color = input.color; return output;