Questions tagged [mantle]

Mantle is a low-level API specification developed by AMD as an alternative to Direct3D and OpenGL, primarily for use on the PC platform

Mantle is a low-level API specification developed by AMD as an alternative to Direct3D and OpenGL, primarily for use on the PC platform. Currently the only implementation is for graphics processing units with AMD's Graphics Core Next architecture, although there is speculation other GPU vendors such as NVidia and Intel might be able to implement it in future. Mantle was created to allow games and applications to utilize the GPU more efficiently, and have much faster draw calls, and makes game development much easier by nearly eliminating hardware abstraction.

If your question is about the Mantle model framework for Objective-C, please use the tag instead.

9 questions
8
votes
3 answers

AMD Mantle API Documentation

Is documentation for AMD Mantle available somewhere ? I can't find anything on http://developer.amd.com/ Comparision of OpenGL,DirectX and Mantle would be nice, if Mantle is at the same level ob abstraction.
Zayl
  • 139
  • 3
  • 11
6
votes
1 answer

DirectX 12/Mantle/Vulkan and HSA

With the rise of lower-level graphics APIs such as DirectX 12, Mantle and Vulkan, I'm wondering how these interact (if at all) with a Heterogeneous System Architecture (HSA)? As I understand it, supporting HSA has required some developer…
Haravikk
  • 3,109
  • 1
  • 33
  • 46
4
votes
1 answer

Does AMD Mantle API already available?

Is the AMD Mantle API already available for developers? Where can we get it? Can't wait any longer. Links to read: Mantle (API) AMD’s Revolutionary Mantle
Ivan Aksamentov - Drop
  • 12,860
  • 3
  • 34
  • 61
3
votes
1 answer

generic parameter could not be inferred (swift 3)

I use AFNetworking and Mantle library on my project. I decided to migrate swift 3. And I got this error -> "generic parameter 'ResponseType' could not be inferred" on getSources function ApiBaseHelper.swift class func GET(url: String,…
1
vote
2 answers

performance on mantle, dx and ogl

So recently with all the commotion on the new API for 3d graphics which supposedly accelerate graphics by a huge amount I am wondering why this hasn't been done before. What is so different between the old way and the new way? I would like to know…
rowan.G
  • 717
  • 7
  • 13
0
votes
0 answers

Mantle.gg EPERM message

Im trying to install Mantle.gg to get a free minecraft cape and it keeps saying, when I press load mantle,(at this point im done installing mantle) and I keep getting a EPERM:operation not permitted. I think it might be that Mantle is a virus but I…
0
votes
0 answers

Mantle: Ignore Keys in Nested Dictionaries inside an array

I am using the Mantle framework in iOS for a simple JSON structure that looks like this: { "posts": [ { "postId": "123", "title": "Travel plans", "location": "Europe" }, { …
zic10
  • 2,310
  • 5
  • 30
  • 55
0
votes
1 answer

Objective-C Mantle, deserializing JSON Dictionary

I'm trying to figure out how to deserialize an object that contains a "dictionary" that is not a full object. For example, in our app, we have a bunch of JSON objects that we're deserializing from JSON via Mantle. A simple model might look…
SuperDuperTango
  • 1,398
  • 1
  • 14
  • 32
0
votes
1 answer

Mantle/Mantle.h' file not found when using cocoapods

Mantle/Mantle.h' file not found when using cocoapods. I have tried the different version, it did not work.
LiXutao
  • 11
  • 2