mellinoe / vk

Low-level Vulkan bindings for .NET.
Other
176 stars 35 forks source link

Veldrid can't be compiled without VALIDATE_USAGE define #13

Closed Krakean closed 6 years ago

Krakean commented 6 years ago

@mellinoe 2>3rdParty\Veldrid\Source\Veldrid\CommandList.cs(800,36,800,61): error CS1061: 'Pipeline' does not contain a definition for 'GraphicsOutputDescription' and no extension method 'GraphicsOutputDescription' accepting a first argument of type 'Pipeline' could be found (are you missing a using directive or an assembly reference?)

More likely this is because of:

if VALIDATE_USAGE

    internal OutputDescription GraphicsOutputDescription { get; }

endif

Krakean commented 6 years ago

Wrong repo :)