Class GpuRenderTarget.ResourceKey

java.lang.Object
icyllis.arc3d.engine.GpuRenderTarget.ResourceKey
All Implemented Interfaces:
IResourceKey
Enclosing class:
GpuRenderTarget

public static final class GpuRenderTarget.ResourceKey extends Object implements IResourceKey
Scratch key of GpuRenderTarget.
  • Field Details

    • mWidth

      public int mWidth
    • mHeight

      public int mHeight
    • mColorFormat

      public int mColorFormat
    • mResolveFormat

      public int mResolveFormat
    • mDepthStencilFormat

      public int mDepthStencilFormat
    • mColorFlags

      public int mColorFlags
    • mResolveFlags

      public int mResolveFlags
    • mDepthStencilFlags

      public int mDepthStencilFlags
    • mSurfaceFlags

      public int mSurfaceFlags
  • Constructor Details

    • ResourceKey

      public ResourceKey()
  • Method Details