6 lines
133 B
C++
6 lines
133 B
C++
|
|
#include "fixtures/D3D12TestFixture.h"
|
||
|
|
|
||
|
|
TEST_F(D3D12TestFixture, Fence_CreateFence_Success) {
|
||
|
|
ASSERT_NE(GetDevice(), nullptr);
|
||
|
|
}
|