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

TglDispatchComputeGroupSizeARB

Declaration

Source position: ctgl.pas line 9101

type TglDispatchComputeGroupSizeARB = procedure(

  num_groups_x: GLuint;

  num_groups_y: GLuint;

  num_groups_z: GLuint;

  group_size_x: GLuint;

  group_size_y: GLuint;

  group_size_z: GLuint

);



CT Web help

CodeTyphon Studio