From 70d6f54a03b7b189ad4f4bbf2d637a0e975e0020 Mon Sep 17 00:00:00 2001 From: ohmaya Date: Sun, 22 Dec 2019 13:46:15 +0800 Subject: [PATCH] cbPerObject's comment => "per object" cbPerObject's comment is supposed to say "per object" instead of "per frame". --- Chapter 21 Ambient Occlusion/Ssao/Shaders/Common.hlsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter 21 Ambient Occlusion/Ssao/Shaders/Common.hlsl b/Chapter 21 Ambient Occlusion/Ssao/Shaders/Common.hlsl index 0ba04864..75f3e658 100644 --- a/Chapter 21 Ambient Occlusion/Ssao/Shaders/Common.hlsl +++ b/Chapter 21 Ambient Occlusion/Ssao/Shaders/Common.hlsl @@ -51,7 +51,7 @@ SamplerState gsamAnisotropicWrap : register(s4); SamplerState gsamAnisotropicClamp : register(s5); SamplerComparisonState gsamShadow : register(s6); -// Constant data that varies per frame. +// Constant data that varies per object. cbuffer cbPerObject : register(b0) { float4x4 gWorld;