コード例 #1
0
 static void BindResourcesTransparentBillboards(MyRenderContext RC)
 {
     RC.BindRawSRV(0, MyGBuffer.Main.DepthStencil.Depth);
     RC.BindRawSRV(1, MyRender11.Gbuffer1Copy);
 }