Skip to content
View jtrites's full-sized avatar

Block or report jtrites

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. WinLinkMon_1.0 WinLinkMon_1.0 Public

    WinLink Monitoring Program to Decompress PACTOR II, III and IV PMON Capture files to original Text Message

    Rich Text Format

  2. How-I-Deal-with-Shaders-in-OpenGL How-I-Deal-with-Shaders-in-OpenGL Public

    The Cherno's 8th Video on OpenGL with jtrites corrections based on LearnOpenGL Hello-Triangle webpage

    C++

  3. Dealing-with-Errors-in-OpenGL Dealing-with-Errors-in-OpenGL Public

    glGetError (compatible with all OpenGL versions 2.0 through 4.5 and returns error flag(s) that indicate the type of error that occurred.

    C++

  4. Uniforms-in-OpenGL Uniforms-in-OpenGL Public

    A way of getting C++ Data into a GPU OpenGL Shader used like a variable

    C++

  5. Vertex-Arrays-in-OpenGL Vertex-Arrays-in-OpenGL Public

    What are the differences between Vertex Buffers and Vertex Arrays?

    C++

  6. Abstracting-OpenGL-into-Classes Abstracting-OpenGL-into-Classes Public

    How to Abstract OpenGL code into C++ Classes for cleaner, easier to debug, parameterizable, Re-Useable code that can be used for Shadow Mapping

    C++