EmuNewz Network
Vulkan API has been released - Printable Version

+- EmuNewz Network (https://www.emunewz.net/forum)
+-- Forum: Official Boards for Emunews Affiliated Emu Projects (https://www.emunewz.net/forum/forumdisplay.php?fid=47)
+--- Forum: Official RPCS3 Forum [archive] (https://www.emunewz.net/forum/forumdisplay.php?fid=172)
+---- Forum: RPCS3 - Support & Issue Reporting (https://www.emunewz.net/forum/forumdisplay.php?fid=163)
+---- Thread: Vulkan API has been released (/showthread.php?tid=174274)

Pages: 1 2


Vulkan API has been released - Ekaseo - 02-16-2016

The new api has been released, for anyone who hasnt heard about it yet.
Announcement:
https://www.khronos.org/news/press/khronos-releases-vulkan-1-0-specification
https://www.khronos.org/registry/vulkan/
Code:
https://github.com/KhronosGroup

Some samples:
https://github.com/SaschaWillems/Vulkan


RE: Vulkan API has been released - Annie - 02-16-2016

Nice to hear about that finally getting released!
Is there any list of GPUs that will support it out yet?
I'm guessing my R9 280X will annieways because it's a relatively mid-high end card.


RE: Vulkan API has been released - Vandolf - 02-16-2016

(02-16-2016, 05:25 PM)Annie Wrote: Nice to hear about that finally getting released!
Is there any list of GPUs that will support it out yet?
I'm guessing my R9 280X will annieways because it's a relatively mid-high end card.

You can see Here about Vulkan + with Gpus compatibilitySmile also look Here Enjoy!.


RE: Vulkan API has been released - Annie - 02-16-2016

(02-16-2016, 05:33 PM)Vandolf Wrote:
(02-16-2016, 05:25 PM)Annie Wrote: Nice to hear about that finally getting released!
Is there any list of GPUs that will support it out yet?
I'm guessing my R9 280X will annieways because it's a relatively mid-high end card.

You can see Here about Vulkan + with Gpus compatibilitySmile also look Here Enjoy!.

It is, thanks.
Also did notice the beta driver with vulkan support, just updated it here. Not like I'll need it for anything rn as pratically nothing has support for it yet I guess.


RE: Vulkan API has been released - vlj - 02-17-2016

I'm starting to write a backend but don't expect anything before a couple of months. I'm still struggling to initialize a Vulkan instance with debug support.


RE: Vulkan API has been released - logan - 02-17-2016

(02-17-2016, 01:04 AM)vlj Wrote: I'm starting to write a backend but don't expect anything before a couple of months. I'm still struggling to initialize a Vulkan instance with debug support.

nice


RE: Vulkan API has been released - ps0ne - 02-17-2016

Some vulcan writeup https://www.phoronix.com/scan.php?page=article&item=vulkan-10&num=1

Edit
Quote:vlj Wrote:
I'm starting to write a backend but don't expect anything before a couple of months. I'm still struggling to initialize a Vulkan instance with debug support.
Im not sure if quick develop of vulan backend is good now. Test shows it is slower in pc games than dx11 for now and only working drivers, fully passing conformace test is Nvidia one right now.
Always like anadtech professional articles http://www.anandtech.com/show/10035/vulkan-10-released


RE: Vulkan API has been released - vlj - 02-17-2016

Well it was the same with dx12 one year ago. But having beta drivers is only what we need to start work.


RE: Vulkan API has been released - Ekaseo - 02-17-2016

(02-17-2016, 10:57 PM)vlj Wrote: Well it was the same with dx12 one year ago. But having beta drivers is only what we need to start work.

Are you and kd-11 working on the same things or are both of you doing one part of the backend and the other one the second one? (its probably a retarded question)


RE: Vulkan API has been released - tambre - 02-18-2016

(02-17-2016, 11:44 AM)ps0ne Wrote: Some vulcan writeup https://www.phoronix.com/scan.php?page=article&item=vulkan-10&num=1

Edit
Quote:vlj Wrote:
I'm starting to write a backend but don't expect anything before a couple of months. I'm still struggling to initialize a Vulkan instance with debug support.
Im not sure if quick develop of vulan backend is good now. Test shows it is slower in pc games than dx11 for now and only working drivers, fully passing conformace test is Nvidia one right now.
Always like anadtech professional articles http://www.anandtech.com/show/10035/vulkan-10-released

I'm assuming you're using the Talos Principle as the benchmark. The developers mention explicitly, that it shouldn't be used for that purpose, since the Vulkan backend is unfinished and they're going to improve it.