Esempio n. 1
0
 private void ApplyProgramPointSize(ProgramPointSize programPointSize)
 {
     if (_renderState.ProgramPointSize != programPointSize)
     {
         Enable(EnableCap.ProgramPointSize, programPointSize == ProgramPointSize.Enabled);
         _renderState.ProgramPointSize = programPointSize;
     }
 }
Esempio n. 2
0
 private void ApplyProgramPointSize(ProgramPointSize programPointSize)
 {
     if (_renderState.ProgramPointSize != programPointSize)
     {
         Enable(EnableCap.ProgramPointSize, programPointSize == ProgramPointSize.Enabled);
         _renderState.ProgramPointSize = programPointSize;
     }
 }