Ticket #222 (closed task: fixed)

Opened 10 years ago

Last modified 10 years ago

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

Changed 10 years ago by gongminmin

Depend on ticket #224.

Changed 10 years ago by gongminmin

  • status changed from new to accepted
  • milestone set to 4.5.0

Changed 10 years ago by gongminmin

  • status changed from accepted to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.