You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
1.0KB

  1. GL_NV_present_video
  2. http://www.opengl.org/registry/specs/NV/present_video.txt
  3. GL_NV_present_video
  4. GL_FRAME_NV 0x8E26
  5. GL_FIELDS_NV 0x8E27
  6. GL_CURRENT_TIME_NV 0x8E28
  7. GL_NUM_FILL_STREAMS_NV 0x8E29
  8. GL_PRESENT_TIME_NV 0x8E2A
  9. GL_PRESENT_DURATION_NV 0x8E2B
  10. void glGetVideoi64vNV (GLuint video_slot, GLenum pname, GLint64EXT* params)
  11. void glGetVideoivNV (GLuint video_slot, GLenum pname, GLint* params)
  12. void glGetVideoui64vNV (GLuint video_slot, GLenum pname, GLuint64EXT* params)
  13. void glGetVideouivNV (GLuint video_slot, GLenum pname, GLuint* params)
  14. void glPresentFrameDualFillNV (GLuint video_slot, GLuint64EXT minPresentTime, GLuint beginPresentTimeId, GLuint presentDurationId, GLenum type, GLenum target0, GLuint fill0, GLenum target1, GLuint fill1, GLenum target2, GLuint fill2, GLenum target3, GLuint fill3)
  15. void glPresentFrameKeyedNV (GLuint video_slot, GLuint64EXT minPresentTime, GLuint beginPresentTimeId, GLuint presentDurationId, GLenum type, GLenum target0, GLuint fill0, GLuint key0, GLenum target1, GLuint fill1, GLuint key1)