glGraphicsBuffer_src.I 584 B

12345678910111213141516171819202122232425262728
  1. /**
  2. * PANDA 3D SOFTWARE
  3. * Copyright (c) Carnegie Mellon University. All rights reserved.
  4. *
  5. * All use of this software is subject to the terms of the revised BSD
  6. * license. You should have received a copy of this license along
  7. * with this source code in a file named "LICENSE."
  8. *
  9. * @file glGraphicsBuffer_src.I
  10. * @author jyelon
  11. * @date 2006-01-15
  12. */
  13. /**
  14. *
  15. */
  16. INLINE int CLP(GraphicsBuffer)::
  17. get_multisample_count() {
  18. return _requested_multisamples;
  19. }
  20. /**
  21. *
  22. */
  23. INLINE int CLP(GraphicsBuffer)::
  24. get_coverage_sample_count() {
  25. return _requested_coverage_samples;
  26. }