VulkanShader.load

Loads a shader from source.

  1. VulkanShader load(string fileName)
  2. VulkanShader load(string vs, string fs)
    class VulkanShader
    static
    load
    (
    in string vs
    ,
    in string fs
    )

Meta