maxtla / DX12_Testbench_Implementation

0 stars 0 forks source link

List of Requirements - Urnark #3

Open Urnark opened 5 years ago

Urnark commented 5 years ago

General

Renderer Change these functions (Is linked to API):

Material Change these functions (Is linked to API):

ConstantBuffer Change all functions, is linked to API.

RenderState Change these functions (Is linked to API):

ResourceBinding Need to make, do not know what it is used to.

Sampler2D Change the type of variable for wrapMap and filterMap to DirectX 12 specific. Change these functions (Is linked to API):

Texture2D Change all functions, is linked to API.

Transform Change if a new math library is used.

VertexBuffer Change all functions except "getSize()", because it is not linked to a specific API.

Note