@protocol MTLDevice, MTLDepthStencilState, MTLCommandQueue, MTLRenderPipelineState; @interface ARGPUCubemapProjector : NSObject { id _device; id _commandQueue; id _cubemapPipelineStateSRGB_BGRA; id _cubemapPipelineStateSRGB_RGBA; id _cubemapPipelineStateHDR; id _cubemapDepthState; } + (id)createCubemap:(unsigned long long)a0; - (id)init; - (void).cxx_destruct; - (void)projectToCube:(id)a0 transformWorldFromCube:(struct { void /* unknown type, empty encoding */ x0[4]; })a1 meshes:(id)a2 blend:(BOOL)a3; @end