Browse Source

release blend state

Karl Zylinski 7 tháng trước cách đây
mục cha
commit
ceff6b68ce
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      karl2d_windows.odin

+ 1 - 0
karl2d_windows.odin

@@ -312,6 +312,7 @@ _shutdown :: proc() {
 	s.rasterizer_state->Release()
 	s.input_layout->Release()
 	s.swapchain->Release()
+	s.blend_state->Release()
 
 	when ODIN_DEBUG {
 		debug: ^d3d11.IDebug