Skip to content

Commit c42b871

Browse files
author
tuxalin
committed
updated readme
1 parent 3dcdc08 commit c42b871

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Lock-free CommandBuffer
2+
[![Language](https://img.shields.io/badge/language-C++-blue.svg)](https://isocpp.org/)
3+
[![License](http://img.shields.io/badge/license-MIT-blue.svg)](http://opensource.org/licenses/MIT)
24
A lock-free CommandBuffer implementation designed for multi-threaded rendering applications.
35
Useful to reduce state switches(i.e. materials, shaders), depth sorting(for transparency or hardware early-z rejection) and also for dispatching commands from multiple threads.
46
## Features

0 commit comments

Comments
 (0)