| 66 | CRG_API ClearDepthStencilValue getClearDepthStencilValue( ClearValue const & v ); |
| 67 | |
| 68 | constexpr VkFormat convert( PixelFormat v )noexcept |
| 69 | { |
| 70 | return VkFormat( v ); |
| 71 | } |
| 72 | |
| 73 | constexpr PixelFormat convert( VkFormat v )noexcept |
| 74 | { |
nothing calls this directly
no test coverage detected