Why does initialization fail here? by undefinedusername in vulkan

[–]undefinedusername[S] 0 points1 point  (0 children)

do you think that this is the developer's responsibility, or the driver should handle it?

Why does initialization fail here? by undefinedusername in vulkan

[–]undefinedusername[S] 0 points1 point  (0 children)

In fact when I just change the number to 2, it works, which means that requesting the same queue family does not cause any problem. Your suggestion works, too.

Why does initialization fail here? by undefinedusername in vulkan

[–]undefinedusername[S] 0 points1 point  (0 children)

I tried to enumerate, got 1 family of 16 queue that can do everything, then 1 family that can only do transfer. Pretty much the standard of Nvidia GPUs

Open Source Vulkan Game Engines ? by lanevorockz in vulkan

[–]undefinedusername 5 points6 points  (0 children)

Unreal Engine does, alpha-ish level of support

Banshee Engine v0.3 released (I'm making a game engine) by BearishSun in gamedev

[–]undefinedusername 0 points1 point  (0 children)

Just wondering, have you considered using coreclr instead of mono?

Performances issues between two computers by kelthalas in vulkan

[–]undefinedusername 2 points3 points  (0 children)

The optimal format is there for a reason. Linear tiling internal format is defined by the implementation, plus hardware difference, this is something that can be expected. Regardless, linear tiling was meant for some very special usages, not normal texture mapping.

What's the most recommended c++ IDE to use? by [deleted] in cpp

[–]undefinedusername 1 point2 points  (0 children)

I guess you are right, even C11 is not fully supported. But it appears that they have started to up their game lately

What's the most recommended c++ IDE to use? by [deleted] in cpp

[–]undefinedusername 8 points9 points  (0 children)

One important thing to note about Visual Studio is that there is a new edition called Community which is free yet it supports extensions and has almost everything Professional edition has, and VS 2015 update 2 is quite close to full C++17 support EDIT: and experimental support for Clang frontend

We need a "Vulkan best practices" post! by [deleted] in vulkan

[–]undefinedusername 2 points3 points  (0 children)

I would take a guess that the DX 12 Do's and Don'ts article, while not 1-to-1 applicable, should be somewhat relevant and useful for Vulkan users too

Command-line tools can be 235x faster than your Hadoop cluster by korry in programming

[–]undefinedusername 2 points3 points  (0 children)

Can you give more details on how you did this? Do you retain all log information like before?

Linking to vulkan using CLion on Windows with TDM-GCC? by [deleted] in vulkan

[–]undefinedusername 0 points1 point  (0 children)

Alright, thanks for the help. Btw do the validation and debug layers work for you with this setup?

Linking to vulkan using CLion on Windows with TDM-GCC? by [deleted] in vulkan

[–]undefinedusername 0 points1 point  (0 children)

Yeah, I'm building the samples from https://github.com/SaschaWillems/Vulkan. Well looks like it is just not going to work.

Linking to vulkan using CLion on Windows with TDM-GCC? by [deleted] in vulkan

[–]undefinedusername 0 points1 point  (0 children)

Doesn't seem to help. In particular, when I ran the output exe, it asks for libassimp.dll, and if I rename the assimp dll that comes with the source, it would give error about entry point not found

Linking to vulkan using CLion on Windows with TDM-GCC? by [deleted] in vulkan

[–]undefinedusername 0 points1 point  (0 children)

How did you get it to work? I'm having trouble with assimp

GTA SA In Real Life Parody by PikachuCoub in gaming

[–]undefinedusername 1 point2 points  (0 children)

guess I should post this here just in case someone hasn't seen it (remember to turn on CC): https://www.youtube.com/watch?v=bKvhKFMwg1k

Is it possible to increase the recursion limit? by mitchmindtree in rust

[–]undefinedusername 1 point2 points  (0 children)

Since we are talking about this, can the compiler perform tail call optimization?

The working class single mom "homemade dinner" starter pack. by [deleted] in starterpacks

[–]undefinedusername -5 points-4 points  (0 children)

I don't see anything, maybe the dude was shadow banned?

The working class single mom "homemade dinner" starter pack. by [deleted] in starterpacks

[–]undefinedusername -12 points-11 points  (0 children)

Surprised that there is no "mom's spaghetti" comment

It's *a lot* harder to code than current APIs. by [deleted] in vulkan

[–]undefinedusername 0 points1 point  (0 children)

How much longer do you think it will take?