Fix uninitialized warning and remove header pollution (#803)
* Fix uninitialized warning and remove header pollution * Nits * IWYU * More IWYU
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
#include <Metal/Metal.hpp>
|
||||
|
||||
#include "helpers.hpp"
|
||||
|
||||
namespace Metal {
|
||||
struct RenderState {
|
||||
MTL::RenderPipelineState* renderPipelineState = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user