Module draw2d::graphics::vulkan::shader_module[][src]

Expand description

This module defines the ShadeModule abstraction which makes it easy to create vulkan shader modules directly with the rust include_bytes macro.

Structs

A wrapper for the vulkan shader module handle which destroys the module when dropped.