| 20 | #endif |
| 21 | |
| 22 | PRAGMA_DISABLE_DEPRECATION_WARNINGS |
| 23 | GPUVertexLayout* VB0ElementType18::GetLayout() |
| 24 | { |
| 25 | return GPUVertexLayout::Get({ |
| 26 | { VertexElement::Types::Position, 0, 0, 0, PixelFormat::R32G32B32_Float }, |
| 27 | }); |
| 28 | } |
| 29 | |
| 30 | GPUVertexLayout* VB1ElementType18::GetLayout() |
| 31 | { |