Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Samples/Desktop/D3D12Fullscreen/src/DXSample.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class DXSample
// Adapter info.
bool m_useWarpDevice;

// Override to be able to start without Dx11on12 UI for PIX. PIX doesn't support 11 on 12.
// Override to be able to start without UI, to avoid 11On12 usage
bool m_enableUI;

private:
Expand Down
2 changes: 1 addition & 1 deletion Samples/Desktop/D3D12HDR/src/DXSample.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class DXSample
// Adapter info.
bool m_useWarpDevice;

// Override to be able to start without Dx11on12 UI for PIX. PIX doesn't support 11 on 12.
// Override to be able to start without UI, to avoid 11On12 usage
bool m_enableUI;

private:
Expand Down
2 changes: 1 addition & 1 deletion Samples/Desktop/D3D12LinkedGpus/src/LinkedGpus/DXSample.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class DXSample
// Adapter info.
bool m_useWarpDevice;

// Override to be able to start without Dx11on12 UI for PIX. PIX doesn't support 11 on 12.
// Override to be able to start without UI, to avoid 11On12 usage.
bool m_enableUI;

private:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class DXSample
// Adapter info.
bool m_useWarpDevice;

// Override to be able to start without Dx11on12 UI for PIX. PIX doesn't support 11 on 12.
// Override to be able to start without UI, to avoid 11On12 usage.
bool m_enableUI;

private:
Expand Down
2 changes: 1 addition & 1 deletion Samples/Desktop/D3D12LinkedGpus/src/SingleGpu/DXSample.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class DXSample
// Adapter info.
bool m_useWarpDevice;

// Override to be able to start without Dx11on12 UI for PIX. PIX doesn't support 11 on 12.
// Override to be able to start without UI, to avoid 11On12 usage.
bool m_enableUI;

private:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class DXSample : public DX::IDeviceNotify
// Window bounds
RECT m_windowBounds;

// Override to be able to start without Dx11on12 UI for PIX. PIX doesn't support 11 on 12.
// Override to be able to start without UI, to avoid 11On12 usage.
bool m_enableUI;

// D3D device resources
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class DXSample : public DX::IDeviceNotify
// Window bounds
RECT m_windowBounds;

// Override to be able to start without Dx11on12 UI for PIX. PIX doesn't support 11 on 12.
// Override to be able to start without UI, to avoid 11On12 usage.
bool m_enableUI;

// D3D device resources
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class DXSample : public DX::IDeviceNotify
// Window bounds
RECT m_windowBounds;

// Override to be able to start without Dx11on12 UI for PIX. PIX doesn't support 11 on 12.
// Override to be able to start without UI, to avoid 11On12 usage.
bool m_enableUI;

// D3D device resources
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class DXSample : public DX::IDeviceNotify
// Window bounds
RECT m_windowBounds;

// Override to be able to start without Dx11on12 UI for PIX. PIX doesn't support 11 on 12.
// Override to be able to start without UI, to avoid 11On12 usage.
bool m_enableUI;

// D3D device resources
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class DXSample : public DX::IDeviceNotify
// Window bounds
RECT m_windowBounds;

// Override to be able to start without Dx11on12 UI for PIX. PIX doesn't support 11 on 12.
// Override to be able to start without UI, to avoid 11On12 usage.
bool m_enableUI;

// D3D device resources
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class DXSample : public DX::IDeviceNotify
// Window bounds
RECT m_windowBounds;

// Override to be able to start without Dx11on12 UI for PIX. PIX doesn't support 11 on 12.
// Override to be able to start without UI, to avoid 11On12 usage.
bool m_enableUI;

// D3D device resources
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class DXSample : public DX::IDeviceNotify
// Window bounds
RECT m_windowBounds;

// Override to be able to start without Dx11on12 UI for PIX. PIX doesn't support 11 on 12.
// Override to be able to start without UI, to avoid 11On12 usage.
bool m_enableUI;

// D3D device resources
Expand Down
2 changes: 1 addition & 1 deletion Samples/Desktop/D3D12SM6WaveIntrinsics/src/DXSample.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class DXSample
// Adapter info.
bool m_useWarpDevice;

// Override to be able to start without Dx11on12 UI for PIX. PIX doesn't support 11 on 12.
// Override to be able to start without UI, to avoid 11On12 usage.
bool m_enableUI;

private:
Expand Down
2 changes: 1 addition & 1 deletion Samples/Desktop/D3D12xGPU/src/DXSample.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class DXSample
// Adapter info.
bool m_useWarpDevice;

// Override to be able to start without Dx11on12 UI for PIX. PIX doesn't support 11 on 12.
// Override to be able to start without UI, to avoid 11On12 usage.
bool m_enableUI;

private:
Expand Down
2 changes: 1 addition & 1 deletion Samples/UWP/D3D12Fullscreen/src/DXSample.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class DXSample
// Adapter info.
bool m_useWarpDevice;

// Override to be able to start without Dx11on12 UI for PIX. PIX doesn't support 11 on 12.
// Override to be able to start without UI, to avoid 11On12 usage.
bool m_enableUI;

private:
Expand Down
2 changes: 1 addition & 1 deletion Samples/UWP/D3D12HDR/src/DXSample.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class DXSample
// Adapter info.
bool m_useWarpDevice;

// Override to be able to start without Dx11on12 UI for PIX. PIX doesn't support 11 on 12.
// Override to be able to start without UI, to avoid 11On12 usage.
bool m_enableUI;

private:
Expand Down
2 changes: 1 addition & 1 deletion Samples/UWP/D3D12LinkedGpus/src/LinkedGpus/DXSample.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class DXSample
// Adapter info.
bool m_useWarpDevice;

// Override to be able to start without Dx11on12 UI for PIX. PIX doesn't support 11 on 12.
// Override to be able to start without UI, to avoid 11On12 usage.
bool m_enableUI;

private:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class DXSample
// Adapter info.
bool m_useWarpDevice;

// Override to be able to start without Dx11on12 UI for PIX. PIX doesn't support 11 on 12.
// Override to be able to start without UI, to avoid 11On12 usage.
bool m_enableUI;

private:
Expand Down
2 changes: 1 addition & 1 deletion Samples/UWP/D3D12LinkedGpus/src/SingleGpu/DXSample.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class DXSample
// Adapter info.
bool m_useWarpDevice;

// Override to be able to start without Dx11on12 UI for PIX. PIX doesn't support 11 on 12.
// Override to be able to start without UI, to avoid 11On12 usage.
bool m_enableUI;

private:
Expand Down
2 changes: 1 addition & 1 deletion Samples/UWP/D3D12SM6WaveIntrinsics/src/DXSample.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class DXSample
// Adapter info.
bool m_useWarpDevice;

// Override to be able to start without Dx11on12 UI for PIX. PIX doesn't support 11 on 12.
// Override to be able to start without UI, to avoid 11On12 usage.
bool m_enableUI;

private:
Expand Down
2 changes: 1 addition & 1 deletion Samples/UWP/D3D12VariableRateShading/src/DXSample.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class DXSample
// Adapter info.
bool m_useWarpDevice;

// Override to be able to start without Dx11on12 UI for PIX. PIX doesn't support 11 on 12.
// Override to be able to start without UI, to avoid 11On12 usage.
bool m_enableUI;

private:
Expand Down
2 changes: 1 addition & 1 deletion Samples/UWP/D3D12xGPU/src/DXSample.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class DXSample
// Adapter info.
bool m_useWarpDevice;

// Override to be able to start without Dx11on12 UI for PIX. PIX doesn't support 11 on 12.
// Override to be able to start without UI, to avoid 11On12 usage.
bool m_enableUI;

private:
Expand Down