Unit 'ctGL' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#pl_opengl]

TglAsyncCopyBufferSubDataNVX

Declaration

Source position: ctgl.pas line 8815

type TglAsyncCopyBufferSubDataNVX = function(

  waitSemaphoreCount: GLsizei;

  waitSemaphoreArray: PGLuint;

  fenceValueArray: PGLuint64;

  readGpu: GLuint;

  writeGpuMask: GLbitfield;

  readBuffer: GLuint;

  writeBuffer: GLuint;

  readOffset: GLintptr;

  writeOffset: GLintptr;

  size: GLsizeiptr;

  signalSemaphoreCount: GLsizei;

  signalSemaphoreArray: PGLuint;

  signalValueArray: PGLuint64

):GLuint;



CT Web help

CodeTyphon Studio