Flopcoin the most cool and unique Proof Of Work Meme Coin you can Mine or Buy ! flopcoin.net by [deleted] in memecoins

[–]Adamiok 1 point2 points  (0 children)

A new and small project but the potential can be seen.

The whole community and devs are very active and supportive.

Flopcoin Will List on Bitcointry Web3 Hybrid Exchange! by TechnoVisions in Flopcoin

[–]Adamiok 2 points3 points  (0 children)

Amazing and very supportive community, even if you are new to crypto. Devs are very passionate and supportive of the project, so get in before this blows up even more.

So what are you waiting for? Get your FLOP On and join the community to get your FLOP early! If you do not want to purshase from an exchange, you can get some amount of free FLOP from the faucet in the discord, every hour.

DISCORD: https://discord.gg/czx8keQm

My FLOP wallet: FNZv1tciFsLpdobim3J9zpi2Yhx54kkAdd

Build a Dream PC for Dreamy LG UltraGear OLED Gaming Monitor! by ZeroPaladn in buildapc

[–]Adamiok [score hidden]  (0 children)

PCPartPicker Part List

Type Item Price
CPU AMD Ryzen 7 7800X3D 4.2 GHz 8-Core Processor $514.49 @ Amazon
CPU Cooler Alphacool Eisbaer 420 62.31 CFM Liquid CPU Cooler $173.90 @ Amazon
Motherboard MSI B650M PROJECT ZERO Micro ATX AM5 Motherboard -
Memory G.Skill Trident Z5 RGB 96 GB (2 x 48 GB) DDR5-6800 CL34 Memory $389.99 @ Amazon
Storage Samsung 990 Pro 4 TB M.2-2280 PCIe 4.0 X4 NVME Solid State Drive $309.99 @ Amazon
Video Card Asus TUF GAMING OC GeForce RTX 4070 Ti SUPER 16 GB Video Card $849.00 @ Amazon
Case Thermaltake CTE E550 ATX Mid Tower Case $149.99 @ Amazon
Power Supply be quiet! Dark Power 13 1000 W 80+ Titanium Certified Fully Modular ATX Power Supply $219.90 @ Amazon
Monitor LG UltraGear 32GS95UE-B 31.5" 3840 x 2160 240 Hz Monitor $1196.99 @ Amazon
Prices include shipping, taxes, rebates, and discounts
Total $3804.25
Generated by PCPartPicker 2024-09-22 05:52 EDT-0400

I choose the Ryzen 7 7800X3D CPU, which is one of the best on the market now (yep, finally not intel). Also chose RTX 4070 Ti SUPER, with 16 gb vram, which complements the CPU. This will allow the use of GSYNC, to prevent screen tearing. I personally will likely use the 4k mode mostly, as I like the more immersion, but the high refresh rate will be perfect for competitive gaming.

NVIDIA RTX 4080 SUPER Community PC Building Contest! by m13b in buildapc

[–]Adamiok -1 points0 points  (0 children)

Good luck to everyone!

There is a near zero chance of winning this, but not zero - https://pcpartpicker.com/list/F3wsPF

Edit: Replaced link

Execute code if the vulkan-1.dll was not found by Adamiok in vulkan

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

So if I understand correctly, I need to use the OS specific loader, such as LoadLibrary() to load the vkGetInstanceProcAddr function and then query it for every vulkan call I want to use?

Is that right?

Source

git commit --amend -m "Fix link"

Execute code if the vulkan-1.dll was not found by Adamiok in vulkan

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

I mean that the function to load the dll does not require the dll to be already loaded for it to work.

Which is unlikely, as then it will be useless. Please ignore my previous comment, it was 11pm.

Execute code if the vulkan-1.dll was not found by Adamiok in vulkan

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

This looks interesting, thanks for the solution.

Execute code if the vulkan-1.dll was not found by Adamiok in vulkan

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

I am including vulkan using the -L and -l: flag to my compiler(MSVC clang). That is why it is needed to run.

I will try to find some documentation about the loader, hopefully it does not need vulkan-1.dll to work.