Explorar el Código

release blend state

Karl Zylinski hace 7 meses
padre
commit
ceff6b68ce
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      karl2d_windows.odin

+ 1 - 0
karl2d_windows.odin

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