728x90 반응형 봉인74 참조자를 반환하는 함수 #include int& ref_return(int& ref) //별명을 붙여서 { ref++; return ref; //별명을 뱉는다. } void main() { std::cout 2023. 9. 19. 프로그래밍 책 추천 [C++] 1. 명품 C++ Programming, 황기태 저 2. C/C++ 완벽가이드, 김용성 저 3. Game Programming in C++, 산자이 마드하브 4. Accelerated C++, 앤드루 쾨니히 [Graphic] 5. OpenGL 6. GPU의 모든 기술 [컴퓨터 구조] 1. 그래서 컴퓨터는 어떻게 동작하나요?" 2. https://youtu.be/7J7X7aZvMXQ?si=ZbRJPtocLvpZv9ux [인공지능] 1. 신경망 첫걸음, 타리크 라시드 저 2. GAN 첫걸음, 타리크 라시드 저 [보고 싶은 책] Modern C++ Design 2023. 9. 12. 노즐 설계 PET 다양한 노즐들 2023. 9. 3. What does the GL_ARRAY_BUFFER target mean in glBindBuffer? https://stackoverflow.com/questions/14802854/what-does-the-gl-array-buffer-target-mean-in-glbindbuffer What does the GL_ARRAY_BUFFER target mean in glBindBuffer? I was confused about the VBO, glGenBuffers(1, &positionBufferObject); glBindBuffer(GL_ARRAY_BUFFER, positionBufferObject); Besides GL_ARRAY_BUFFER, there are other target types: stackoverflow.com Q. What does the GL_ARRAY_BUFFER target .. 2023. 8. 31. 이전 1 ··· 4 5 6 7 8 9 10 ··· 19 다음 728x90 반응형