Пример #1
0
 /////////////////////////////////////////////////////////////////////////////////////////////
 // CommandBuffer creation
 /////////////////////////////////////////////////////////////////////////////////////////////
 /// <summary>
 /// Enable or disable all supported / unsupported shaders based on the platform
 /// </summary>
 private void CheckFeatureSupport()
 {
     _renderTextureFormat = Compatibility.CheckSupportedRenderTextureFormat();
 }