-1

I have no prior experience with any other graphics low level libraries and I have barely any clue how shaders work, any book related to shadings is bloated with opengl code and is demoralizing.

oren revenge
  • 109
  • 2
  • 2
    Is there some reason why you can't simply learn what that "bloated" "opengl code" is doing? Learning Vulkan without any graphics knowledge is a Herculean task; better to start with an API that has training wheels. – Nicol Bolas Mar 14 '19 at 13:53

1 Answers1

5

Perhaps you should begin with classic opengl shaders in a more friendly enviroment. ShaderToy is a great community where you'll find tons of tutorials, code examples, masterpieces and great experts that comment everyday.

David
  • 301
  • 2
  • 4