| 101 | } |
| 102 | |
| 103 | void deinitialize() |
| 104 | { |
| 105 | g_shaderProgram->unref(); |
| 106 | g_vao->unref(); |
| 107 | g_buffer->unref(); |
| 108 | g_thinnestPointSizeState->unref(); |
| 109 | g_thinPointSizeState->unref(); |
| 110 | g_normalPointSizeState->unref(); |
| 111 | g_thickPointSizeState->unref(); |
| 112 | g_disableRasterizerState->unref(); |
| 113 | g_enableRasterizerState->unref(); |
| 114 | g_defaultPointSizeState->unref(); |
| 115 | |
| 116 | globjects::detachAllObjects(); |
| 117 | } |
| 118 | |
| 119 | void draw() |
| 120 | { |
no test coverage detected