glgenrenderbuffers(3g) [centos man page]
文章推薦指數: 80 %
glGenRenderbuffers returns n renderbuffer object names in renderbuffers. There is no guarantee that the names form a contiguous set of integers; however, ... TheUNIXandLinuxForums ForumHome LinuxandUnixManPages SearchForums SearchCommunityPosts Today'sPosts QuickLinks ManPages RedHatCommands OpenSolarisCommands LinuxCommands SunOSCommands FreeBSDCommands AllUNIX ManPages All LinuxManPages FullManRepository LoginorRegistertoAskaQuestionandJoinOurCommunity SearchForums ShowThreads. ShowPosts TagSearch AdvancedSearch QuickLinks ContactUs ForumRules Today'sPosts FAQ Pictures&Albums AllAlbums Miscellaneous WhatisMyIP Whois MarkForumsRead LinuxandUNIXManPages Linux&UnixCommands-SearchManPages glgenrenderbuffers(3g)[centosmanpage] GLGENRENDERBUFFERS(3G) OpenGLManual GLGENRENDERBUFFERS(3G) NAME glGenRenderbuffers-generaterenderbufferobjectnames CSPECIFICATION voidglGenRenderbuffers(GLsizein,GLuint*renderbuffers); PARAMETERS n Specifiesthenumberofrenderbufferobjectnamestogenerate. renderbuffers Specifiesanarrayinwhichthegeneratedrenderbufferobjectnamesarestored. DESCRIPTION glGenRenderbuffersreturnsnrenderbufferobjectnamesinrenderbuffers.Thereisnoguaranteethatthenamesformacontiguoussetof integers;however,itisguaranteedthatnoneofthereturnednameswasinuseimmediatelybeforethecalltoglGenRenderbuffers. RenderbufferobjectnamesreturnedbyacalltoglGenRenderbuffersarenotreturnedbysubsequentcalls,unlesstheyarefirstdeletedwith glDeleteRenderbuffers(). Thenamesreturnedinrenderbuffersaremarkedasused,forthepurposesofglGenRenderbuffersonly,buttheyacquirestateandtypeonly whentheyarefirstbound. ERRORS GL_INVALID_VALUEisgeneratedifnisnegative. SEEALSO glFramebufferRenderbuffer(),glDeleteRenderbuffers() COPYRIGHT Copyright(C)2010KhronosGroup.ThismaterialmaybedistributedsubjecttothetermsandconditionssetforthintheOpenPublication License,v1.0,8June1999.http://opencontent.org/openpub/. AUTHORS opengl.org opengl.org 06/10/2014 GLGENRENDERBUFFERS(3G) CheckOutthisRelatedManPage GLDELETERENDERBUFFER(3G) OpenGL3.3 GLDELETERENDERBUFFER(3G) NAME glDeleteRenderbuffers-deleterenderbufferobjects CSPECIFICATION voidglDeleteRenderbuffers(GLsizein,GLuint*renderbuffers); PARAMETERS n Specifiesthenumberofrenderbufferobjectstobedeleted. renderbuffers Apointertoanarraycontainingnrenderbufferobjectstobedeleted. DESCRIPTION glDeleteRenderbuffersdeletesthenrenderbufferobjectswhosenamesarestoredinthearrayaddressedbyrenderbuffers.Thenamezerois reservedbytheGLandissilentlyignored,shoulditoccurinrenderbuffers,asareotherunusednames.Oncearenderbufferobjectis deleted,itsnameisagainunusedandithasnocontents.IfarenderbufferthatiscurrentlyboundtothetargetGL_RENDERBUFFERis deleted,itisasthoughglBindRenderbuffer()hadbeenexecutedwithatargetofGL_RENDERBUFFERandanameofzero. Ifarenderbufferobjectisattachedtooneormoreattachmentpointsinthecurrentlyboundframebuffer,thenitasif glFramebufferRenderbuffer()hadbeencalled,witharenderbufferofzeroforeachattachmentpointtowhichthisimagewasattachedinthe currentlyboundframebuffer.Inotherwords,thisrenderbufferobjectisfirstdetachedfromallattachmentponitsinthecurrentlybound framebuffer.Notethattherenderbufferimageisspecificallynotdetachedfromanynon-boundframebuffers. ERRORS GL_INVALID_VALUEisgeneratedifnisnegative. SEEALSO glGenRenderbuffers(),glFramebufferRenderbuffer(),glRenderbufferStorage(),glRenderbufferStorageMultisample() COPYRIGHT Copyright(C)2010KhronosGroup.ThismaterialmaybedistributedsubjecttothetermsandconditionssetforthintheOpenPublication License,v1.0,8June1999.http://opencontent.org/openpub/. OpenGL3.3 03/08/2011 GLDELETERENDERBUFFER(3G) ManPage 15MoreDiscussionsYouMightFindInteresting 1.Fedora IsUNIXanopensourceOS? Hieveryone, IknowthefollowingquestionsarenoobishquestionsbutIamaskingthembecauseIamconfusedaboutthebasicsofhistorybehindUNIXandLINUX. Okontobusiness,myquestionsare-: Was/IsUNIXeveranopensourceoperatingsystem? IfUNIXwas...(21Replies) Discussionstartedby:sreyan32 21Replies 2.UNIXforBeginnersQuestions&Answers Weird'find'results Helloandthanksinadvanceforanyhelpanyonecanofferme I'mtryingtolearnthefindcommandandthoughtIwasunderstandingit...ApparentlyIwaswrong.IwasdoingcompoundsearchesandIstartedgettingweirdresultswiththe-sizetest.Iwastryingtodoasearchona1Gfileownedby...(14Replies) Discussionstartedby:bodisha 14Replies 3.UNIXforBeginnersQuestions&Answers Sethardblocklimitforuserusingquota hiall, ihaveinstalledquotaonmycentos7machineanditswhatimafter(settingsizelimitonusers,sotheycantfilltheharddrive) iwanttonowmakethispartofmycreateuserscriptformysftpserversoiwanttodoaechoandareadcommandsoicapturethelimittheyenter...(0Replies) Discussionstartedby:robertkwild 0Replies 4.UNIXforBeginnersQuestions&Answers BestperformanceUNIXjustforHOSTVirtualization? Hieverybody, WhichUnixbaseOShavebestperformanceforHOSTvirtualization? ItestedSmartOSbutitneedsanotherOStoconnectremotely! Thanksinadvance.(11Replies) Discussionstartedby:mbzadegan 11Replies 5.UNIXforBeginnersQuestions&Answers Howtoincrementversioninsideafile? HiAll, Ineedtowriteashellscriptwhichopensafileandincrementstheversion(text)withinthefileeverytimethescriptruns.Forexample: $catdocker_file.yml version:'3.1' services: ui: image:repo-srv.dev.io:5000/facebook/ui:0.0.2-QA1 $ So,Iwouldlike...(6Replies) Discussionstartedby:akshayupadhayay 6Replies 6.Programming DB2convertdigitstobinaryformat DearTeam WeuseDB2v10.5andusingDBArtisantool Cansomeonepleaseguidehowtoconvertdigitstobinarynumbersusingdb2feature. Ex>fornumber9,binaryshouldbe1001(8+1) Anyhelpappreciated.Thanks(2Replies) Discussionstartedby:Perlbaby 2Replies 7.UNIXforAdvanced&ExpertUsers TarCommand hifolks, howtousingtarwithexcludedirectoryandcompressitusingtar.Z ionlyknowhowtoexcludedironlywiththiscommandbelow: tar-cvf/varios/restore/test.tar-Xexcludefile.txt/jfma/test1/ howtocompressitusing1command? Thanx PleaseuseCODEtagsas...(6Replies) Discussionstartedby:only 6Replies 8.UNIXforAdvanced&ExpertUsers CentOS7restoringfilecapabilities QuiteanobscurequestionIthink. WehavearebuildprocessforremotesitesthatallowsustoPXErebuildatill(actuallyaPCwithatouchscreenandvariousfancybits)runningCentOS.ThecurrentCentOS5tillsworkjustfinewithatarimagerestoreandsomepersonalisation.Sadly,...(4Replies) Discussionstartedby:rbatte1 4Replies 9.Docker DockerlearningPhase-I HelloAll, IhadrecentlylearntabitofDocker(whichprovidescontainerizationprocess). Herearesomeofmylearningpointsfromit. Letusstartfirstwithverybasicquestion: WhatisDocker: DockerisaplatformforsysadminsanddeveloperstoDEPLOY,DEVELOPandRUNapplications...(7Replies) Discussionstartedby:RavinderSingh13 7Replies 10.UNIXforAdvanced&ExpertUsers Shopt-shistappend Whatisthepointofthis?WheneverIclosemyshellitappendstothehistoryfilewithoutaddingthis.Ihaveneverseenitoverwritemyhistoryfile. #Whentheshellexits,appendtothehistoryfileinsteadofoverwritingit shopt-shistappend(3Replies) Discussionstartedby:cokedude 3Replies 11.UNIXforBeginnersQuestions&Answers Unsurewhyaccesstimeonadirectorychangeisn'tchanging Hello...Andthanksinadvanceforanyhelpanyonecanofferme Iwastryingtoworkoutthedifferencesbetweendisplayingmodify,access,andchangetimeswiththe'ls'command.EverythingseemsinorderwhenIlookatfiles,buttheaccesstimeonadirectorydoesn'tseemtochangewhenI...(4Replies) Discussionstartedby:bodisha 4Replies 12.UNIXforBeginnersQuestions&Answers CentOS6ranoutofspace,needtoreclaimit Helloeveryone, IamhavinganissueherewithCentOSrelease6.6(Final)thatshowsallofthespaceusedup,butIcan'ttellwherethespacewent. SeeminglyIamusingup100%,accordingto df-h FilesystemSizeUsedAvailUse%Mountedon...(27Replies) Discussionstartedby:DannyBoyCentOS 27Replies 13.ShellProgrammingandScripting Controllinguserinput I'mtryingtouseabashscriptforapsychexperimentthatinvolveslisteningtosoundfilesandresponding.IfIhavesomethinglikethecodebelow,howcanImakesurethatakeypressisassignedtoRESPONSEonlyafterthesecondechostatement? foriin123;do echo"Ready?" sleep2 ...(10Replies) Discussionstartedby:darwin_886 10Replies 14.ShellProgrammingandScripting [TIP]ProcessingYAMLfileswithyq Afterthesuccessofthejq-toolforparsingandmanipulatingJSON-Datasomeonewroteatoolcalledyq,whichaimstobethesameforYAML,whatjqisforJSON.Seemstoworkfine.I'lldefinitelygiveitachanceinfuture. ExampleYAML-File: ---!ruby/object:Puppet::Node::Facts ...(1Reply) Discussionstartedby:stomp 1Replies 15.WhatisonYourMind? PleaseWelcomeDaveMunrototheModeratorTeam! DearAll, IamverypleasedtoannouncethatDaveMunro(gull04)isjoiningtheModerationTeam,afterbeingaveryvaluablememberofUNIX.comfor15+years. DaveisanITConsultantwith30yearsofexperiencethisyear,hasworkedinmanyoftheindustryverticalmarketsegmentsandhas...(6Replies) Discussionstartedby:Neo 6Replies FeaturedTechVideos
延伸文章資訊
- 1Java GLES20.glGenRenderbuffers方法代碼示例- 純淨天空
本文整理匯總了Java中android.opengl.GLES20.glGenRenderbuffers方法的典型用法代碼示例。如果您正苦於以下問題:Java GLES20.glGenRende...
- 2创建一个帧缓冲 - LearnOpenGL-CN
GLuint rbo; glGenRenderbuffers(1, &rbo); glBindRenderbuffer(GL_RENDERBUFFER, rbo); glRenderbuffer...
- 3glGenRenderbuffers - OpenGL 4 Reference Pages - Khronos ...
glGenRenderbuffers returns n renderbuffer object names in renderbuffers . There is no guarantee t...
- 4openGL之API学习(十八)glGenRenderbuffers - CSDN博客
- 5Python GL.glGenRenderbuffers方法代碼示例- 純淨天空
本文整理匯總了Python中OpenGL.GL.glGenRenderbuffers方法的典型用法代碼示例。如果您正苦於以下問題:Python GL.glGenRenderbuffers方法的具...