This is the complete list of members for Utils, including all inherited members.
| generateMipmaps(id< MTLTexture > texture) | Utils | static |
| getDefaultColorAttachmentPixelFormat() | Utils | static |
| getDefaultDepthStencilAttachmentPixelFormat() | Utils | static |
| getDefaultDepthStencilTexture() | Utils | static |
| getTextureBytes(std::size_t origX, std::size_t origY, std::size_t rectWidth, std::size_t rectHeight, id< MTLTexture > texture, std::function< void(const unsigned char *, std::size_t, std::size_t)> callback) | Utils | static |
| swizzleImage(unsigned char *image, std::size_t width, std::size_t height, MTLPixelFormat format) | Utils | static |
| toMTLPixelFormat(PixelFormat textureFormat) | Utils | static |
| updateDefaultColorAttachmentTexture(id< MTLTexture > texture) | Utils | static |