Hirdetés

Hirdetés

Új hozzászólás Aktív témák

  • cizoe

    őstag

    válasz cizoe #5359 üzenetére

    OPENGL 3.1 specifikációk (catalyst 9.5)
    * Texture Buffer Objects - a new texture type that holds a one-dimensional array of texels of a specified format, enabling extremely large arrays to be accessed by a shader, vital for a wide variety of GPU compute applications;
    * Signed Normalized Textures – new integer texture formats that represent a value in the range [-1.0,1.0];
    * Uniform Buffer Objects - enables rapid swapping of blocks of uniforms for flexible pipeline control, rapid updating of uniform values and sharing of uniform values across program objects;
    * More samplers – now at least 16 texture image units must be accessible to vertex shaders in addition to the 16 already guaranteed to be accessible to fragment shaders;
    * Primitive Restart – to easily restart an executing primitive, useful for efficiently drawing a mesh with many triangle strips, for example;
    * Instancing - the ability to draw objects multiple times by re-using vertex data to reduce duplicated data and number of API calls;
    * CopyBuffer API – accelerated copies from one buffer object to another, useful for many applications including those that share buffers with OpenCL™ 1.0 for advanced visual computing applications.

    [ Szerkesztve ]

Új hozzászólás Aktív témák