2020_1110 Model Outline [소스코드] drive.google.com/file/d/1lgCmV3CTkOW-_ML6MG0J61mgLXhGZ51O/view?usp=sharing 1. DepthStencilState 더보기 #pragma once class DepthStencilState { public: enum Mode { OFF, WRITE, MASK }; //////////////////////////////////// public: void SetMode(Mode mode); }; //////////////////////////////////////////////////////////////////////// void DepthStencilState::SetMode(Mode mode) { desc = CD3D11_DEPTH_S.. DX11 3D Game Programming 4년 전