Giter Site home page Giter Site logo

direct3dx-nih-bos's Introduction

DirectX 11 Nih BOSSKUU

Learning

Vertex = Location and properties of an point in 3D space. Location defines with 3 numerical coordinate values.

Input Layout = Data containing the location and properties of a vertex.

The vertex buffers for rendering was copied from System Memory into Video Memory by DirectX COM object.

Resources

  1. http://www.directxtutorial.com/LessonList.aspx?listid=11
  2. https://alain.xyz/blog/raw-directx12
  3. https://www.3dgep.com/learning-directx-12-1/

Extra Notes

  1. Tell the GPU that we want render a triangle (shader program) Rendering pipeline holds the flow of rendering with the help of Shader to customize how the render would work. a. Load and compile the Shader file b. Change the Shader file into Shader object c. Set the Shader to active
  2. Create the triangle vertices
  3. Stores the vertices to the video card memory
  4. Tell GPU to read those values
  5. Render the triangle

Steps To Render http://www.directxtutorial.com/Lesson.aspx?lessonid=11-4-5

  1. Create shader : tell the GPU that we want to render an image
  2. Create vertex buffer : hold informations about the "image" that we want to render (position, color, etc)
  3. Create input layout : combine the shader & vertex buffer in order to be able to render
  4. DRAW!

direct3dx-nih-bos's People

Contributors

mhnaufal avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.