Skip to content
Snippets Groups Projects

tests: Read integer uniforms with strtol() and strtoul().

Merged Giovanni Mascellani requested to merge giomasce/vkd3d:strtol into master
2 unresolved threads
Files
3
+ 0
5
@@ -28,11 +28,6 @@ struct test_options test_options = {0};
static PFN_D3D12_CREATE_VERSIONED_ROOT_SIGNATURE_DESERIALIZER pfn_D3D12CreateVersionedRootSignatureDeserializer;
static PFN_D3D12_SERIALIZE_VERSIONED_ROOT_SIGNATURE pfn_D3D12SerializeVersionedRootSignature;
struct ivec4
{
int x, y, z, w;
};
struct dvec2
{
double x, y;
Loading