Skip to content

Commit

Permalink
fbsource//xplat/graphics/igl/public/src/igl/metal [B] [A]
Browse files Browse the repository at this point in the history
Reviewed By: nlutsenko

Differential Revision: D67280138

fbshipit-source-id: 8785c505c913686104cf61cca42e2eda91739a72
  • Loading branch information
generatedunixname89002005287564 authored and facebook-github-bot committed Dec 17, 2024
1 parent 18b9f51 commit 7441463
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/igl/metal/Framebuffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@

namespace igl {

class ICommandQueue;
class ITexture;

namespace metal {

class Framebuffer : public IFramebuffer {
Expand Down
2 changes: 0 additions & 2 deletions src/igl/metal/PlatformDevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@

namespace igl {

struct SamplerStateDesc;
struct FramebufferDesc;

namespace metal {

class Device;
class Framebuffer;
class SamplerState;

class PlatformDevice final : public IPlatformDevice {
public:
Expand Down
1 change: 0 additions & 1 deletion src/igl/metal/RenderCommandEncoder.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#include <igl/metal/CommandBuffer.h>

namespace igl::metal {
class Buffer;
class Device;

class RenderCommandEncoder final : public IRenderCommandEncoder {
Expand Down

0 comments on commit 7441463

Please sign in to comment.