Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

glvertexbindingdivisor(3g) [centos man page]

GLVERTEXBINDINGDIVIS(3G)					   OpenGL Manual					  GLVERTEXBINDINGDIVIS(3G)

NAME
glVertexBindingDivisor - modify the rate at which generic vertex attributes advance C SPECIFICATION
void glVertexBindingDivisor(GLuint bindingindex, GLuint divisor); PARAMETERS
bindingindex The index of the binding whose divisor to modify. divisor The new value for the instance step rate to apply. DESCRIPTION
glVertexBindingDivisor, modifies the rate at which generic vertex attributes advance when rendering multiple instances of primitives in a single draw command. If divisor is zero, the attributes using the buffer bound to bindingindex advance once per vertex. If divisor is non-zero, the attributes advance once per divisor instances of the set(s) of vertices being rendered. An attribute is referred to as instanced if the corresponding divisor value is non-zero. ERRORS
GL_INVAILD_VALUE is generated if bindingindex is greater than or equal to the value of GL_MAX_VERTEX_ATTRIB_BINDINGS. GL_INVALID_OPERATION is generated if no vertex array object is bound. ASSOCIATED GETS
glGet() with arguments GL_MAX_VERTEX_ATTRIB_BINDINGS, GL_VERTEX_BINDING_DIVISOR. SEE ALSO
glBindVertexBuffer(), glVertexAttribBinding(), glVertexAttribPointer(), glVertexBindingDivisor(), glVertexAttribPointer(). COPYRIGHT
Copyright (C) 2012 Khronos Group. This material may be distributed subject to the terms and conditions set forth in the Open Publication License, v 1.0, 8 June 1999. http://opencontent.org/openpub/. AUTHORS
opengl.org opengl.org 06/10/2014 GLVERTEXBINDINGDIVIS(3G)

Check Out this Related Man Page

GLVERTEXATTRIBDIVISO(3G)					    OpenGL 3.3						  GLVERTEXATTRIBDIVISO(3G)

NAME
glVertexAttribDivisor - modify the rate at which generic vertex attributes advance during instanced rendering C SPECIFICATION
void glVertexAttribDivisor(GLuint index, GLuint divisor); PARAMETERS
index Specify the index of the generic vertex attribute. divisor Specify the number of instances that will pass between updates of the generic attribute at slot index. DESCRIPTION
glVertexAttribDivisor modifies the rate at which generic vertex attributes advance when rendering multiple instances of primitives in a single draw call. If divisor is zero, the attribute at slot index advances once per vertex. If divisor is non-zero, the attribute advances once per divisor instances of the set(s) of vertices being rendered. An attribute is referred to as instanced if its GL_VERTEX_ATTRIB_ARRAY_DIVISOR value is non-zero. index must be less than the value of GL_MAX_VERTEX_ATTRIBUTES. NOTES
glVertexAttribDivisor is available only if the GL version is 3.3 or higher. ERRORS
GL_INVALID_VALUE is generated if index is greater than or equal to the value of GL_MAX_VERTEX_ATTRIBUTES. SEE ALSO
glVertexAttribPointer(), glEnableVertexAttribArray(), glDisableVertexAttribArray() COPYRIGHT
Copyright (C) 2010 Khronos Group. This material may be distributed subject to the terms and conditions set forth in the Open Publication License, v 1.0, 8 June 1999. http://opencontent.org/openpub/. OpenGL 3.3 03/08/2011 GLVERTEXATTRIBDIVISO(3G)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Aix Cloning

Is there anyone out there who knows anything about aix cloning? I would be very grateful for any information at all. Thanking you in advance :) (4 Replies)
Discussion started by: annette
4 Replies

2. Shell Programming and Scripting

division problem

how can i show the value when i divide a number where the dividend is greater then the divisor. for example... 3 divided by 15 ---> let x=3/15 when i do this in the shell environment it gives me an output of 0. please help me. thanks. (3 Replies)
Discussion started by: inquirer
3 Replies

3. Programming

Redirecting

How to redirect the contents of a file to a command? The contents of the file are the arguments necessary for the command. thx in advance. bye svh (5 Replies)
Discussion started by: svh
5 Replies

4. UNIX for Advanced & Expert Users

what is the difference between @# and @*?

hi please provide some Examples.. Thanks in advance (6 Replies)
Discussion started by: rochitsharma
6 Replies

5. UNIX for Dummies Questions & Answers

Use of ". ./dbrprofile.xx" command

Hi, Can anyone pls let me know wats the use of the command ". ./dbrprofile.xx". Thanks in advance. Regards, Deepakh. (2 Replies)
Discussion started by: Deepakh
2 Replies

6. UNIX for Dummies Questions & Answers

Variables

i have a script i want that two varibles to be copied to another file. can anyone help me with this Thanks in advance Gina (3 Replies)
Discussion started by: gina
3 Replies

7. UNIX for Advanced & Expert Users

NOTICE: HTFS: No space on dev hd (1/42)

If somebody solve this error please help me! Thanks in advance! :confused: (7 Replies)
Discussion started by: FCollet
7 Replies

8. UNIX for Dummies Questions & Answers

Help with ls

Hello: How could I avoid that ls-command returns an error when there are no files to list? ls path/*.DEL Thank you in advance. (3 Replies)
Discussion started by: Felix2511
3 Replies

9. UNIX for Advanced & Expert Users

What "set +u" does?

Dear Friends, I couldn't able to find what "set +u" does. Please tell me what is the significance of this command. Thanks in advance, swamymns (3 Replies)
Discussion started by: swamymns
3 Replies

10. UNIX for Dummies Questions & Answers

ls- l and du

Hi everyone: I was wondering if anyone can tell me why the size of a file listed using "du" and "ls -l" is different. Thanks in advance.. (4 Replies)
Discussion started by: yanhu
4 Replies

11. AIX

topas -P output to file

Hi, I need to output to a file, what will be ftp'ed to windows the output of a topas -P command in AIX. I can't install anything in the server (because it's the bank AIX server) but i need to control and keep the history of the % cpu that my processes use. I tried to use topas -R >>... (7 Replies)
Discussion started by: jtmartins
7 Replies

12. UNIX for Dummies Questions & Answers

What is Orca?

Hi All, Please can you advise what is ORCA and why it is used in UNIX. Many thanks in advance. Best Regards, Shazin (3 Replies)
Discussion started by: Shazin
3 Replies

13. UNIX for Dummies Questions & Answers

About the file extension

Hi everyone, Can we know that which type of file is there without opening a file thanks in advance.... kunal patil (3 Replies)
Discussion started by: kunalpatil09
3 Replies

14. UNIX for Dummies Questions & Answers

x=${#custom_prompt[*]}

x=${#custom_prompt } Can anyone help me in understanding the above statements meaning???? Thanks in advance, Puru (2 Replies)
Discussion started by: puru2121
2 Replies

15. UNIX for Dummies Questions & Answers

Recursively listing of the file

Hi, I want to list out the files for a particular date recursively along with timestamp and directory name . I tried using command ls -lRt this list out all the files along with directory structure but i want for a particular date so i tried with ls -lRt | grep 20110809 in... (9 Replies)
Discussion started by: Abhi2910
9 Replies