Loading

摘要: Stencil 我们通常见到深度图的格式是D24S8,S8的意思就是占用8个bit的模板缓存。它起的作用有点像深度缓存,决定像素是否可见,但比深度更加丰富,能让开发者做出更加丰富的选择效果。 在渲染管线中,stencil test是在depth test之前的。根据stencil test和dept 阅读全文
posted @ 2022-03-20 22:35 silence394 阅读(0) 评论(0) 推荐(0)