| 18 | namespace |
| 19 | { |
| 20 | bool IsMapBufferSupported() |
| 21 | { |
| 22 | static bool const isSupported = GLFunctions::ExtensionsList.IsSupported(GLExtensionsList::MapBuffer); |
| 23 | return isSupported; |
| 24 | } |
| 25 | |
| 26 | glConst glTarget(GPUBuffer::Target t) |
| 27 | { |
no test coverage detected