ReConfigFrames re-configures the Famebuffers using exiting settings. Assumes Config has been called.
()
| 154 | // using exiting settings. |
| 155 | // Assumes Config has been called. |
| 156 | func (rf *RenderFrame) ReConfigFrames() { |
| 157 | for _, fr := range rf.Frames { |
| 158 | fr.ConfigRenderImage(rf.GPU, rf.Device.Device, rf.Format) |
| 159 | fr.ConfigRender(rf.Render) |
| 160 | } |
| 161 | } |
| 162 | |
| 163 | func (rf *RenderFrame) Destroy() { |
| 164 | rf.Free() |
no test coverage detected