예제 #1
0
 internal void ClearCachedState()
 {
     _framebuffer      = null;
     _graphicsPipeline = null;
     _computePipeline  = null;
 }
예제 #2
0
 /// <summary>
 /// Performs API-specific handling of the <see cref="Framebuffer"/> resource.
 /// </summary>
 /// <param name="fb"></param>
 protected abstract void SetFramebufferCore(Framebuffer fb);