Ticket #222 (closed task: fixed)
Expose the constant buffer in RenderEffect
Reported by: | gongminmin | Owned by: | gongminmin |
---|---|---|---|
Priority: | major | Milestone: | 4.5.0 |
Component: | Core-Rendering system | Version: | 4.4.0 |
Keywords: | Cc: |
Description
Currently the interface of constant buffer is completely hidden. Only render effect parameter is provided. This is not good for performance. A better design is expose the constant buffer and make parameters just pointers into constant buffer memory.
For platforms don't have constant buffer support, still we can retrieve the data and set them as individual parameters.
Change History
Note: See
TracTickets for help on using
tickets.