Noop d3d12_platform.h cleanup
This commit is contained in:
parent
6225a72fb7
commit
2eb113d690
|
@ -218,6 +218,7 @@ if (NXT_ENABLE_D3D12)
|
|||
target_include_directories(d3d12_autogen PUBLIC ${GENERATED_DIR})
|
||||
|
||||
list(APPEND BACKEND_SOURCES
|
||||
${D3D12_DIR}/d3d12_platform.h
|
||||
${D3D12_DIR}/BindGroupD3D12.cpp
|
||||
${D3D12_DIR}/BindGroupD3D12.h
|
||||
${D3D12_DIR}/BindGroupLayoutD3D12.cpp
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#ifndef BACKEND_D3D12_D3D12_H_
|
||||
#define BACKEND_D3D12_D3D12_H_
|
||||
#ifndef BACKEND_D3D12_D3D12PLATFORM_H_
|
||||
#define BACKEND_D3D12_D3D12PLATFORM_H_
|
||||
|
||||
#include <wrl.h>
|
||||
#include <d3d12.h>
|
||||
|
@ -21,4 +21,4 @@
|
|||
|
||||
using Microsoft::WRL::ComPtr;
|
||||
|
||||
#endif // BACKEND_D3D12_D3D12_H_
|
||||
#endif // BACKEND_D3D12_D3D12PLATFORM_H_
|
||||
|
|
Loading…
Reference in New Issue