Giter Club home page Giter Club logo

ion's People

Contributors

kabalmcblade avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

ion's Issues

[GLTF] Can't render the model loaded

While the primitive (triangle, quad, colored, etc) manually created working, the GLTF model doesn't.
This let me think to a problem related to the indexes size and the layour memory for the uniform buffer.

Add different shader set per Uniform

This mean to add the "set" keyword in the Uniform structure in the material and group them by:
Set 0: Scene
Set 1: Object
Set 2: Material
(Look at the function Draw in the RenderCore for more details)

Optimize memcpy

At moment I'm using the memcpy, the byte per byte copy.
Possible I can add a SS2, SSE4.1 and AVX version to improve the performance

Descriptor set leak

The descriptor set allocated using vkAllocateDescriptorSets looks leak. Actually I don’t release the descriptor with vkResetDescriptorPool because it looks like fail even if I call at the end of render frame, but I know I have to release in some way.

Texture::UploadTextureToMemory

Using this with texture load from file or binary does not properly work.
I suspect depends by the staging buffer: the size of the SRC memory could might be greater of the DST memory due the alignment passed in here.

Optimize scenegraph

The scene graph, from the Node graph, is using the children nodes to build the tree.
At the moment all the functions are recursive, so I need to move in a iterative way.

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.