1Conformance Test 2 3 CTS_KHR_no_error 4 5Contributors 6 7 Adam Czupryna, Mobica 8 9Contacts 10 11 Adam Czupryna, Mobica (adam.czupryna 'at' mobica.com) 12 13Status 14 15 In review 16 17Version 18 19 September 30, 2016 (version 1) 20 21Dependencies 22 23 OpenGL ES 2.0 or OpenGL 2.0 is required. 24 25 KHR_no_error extension is required. 26 27 This specification is written against: 28 - KHR_no_error extension specification. 29 30Overview 31 32 This test verifies if it is possible to create context with 33 CONTEXT_FLAG_NO_ERROR_BIT_KHR flag set in CONTEXT_FLAGS. 34 35 It is not possible to check if API functions generates 36 GL_NO_ERROR code even if they are called in a wrong way 37 because behavior in that case is undefined and it could cause 38 abnormal application termination. 39 40New Tests 41 42 Context Flag Test 43 44 Check if KHR_no_error extension is supported. 45 Check if CONTEXT_FLAG_NO_ERROR_BIT_KHR is defined. 46 Create context with CONTEXT_FLAG_NO_ERROR_BIT_KHR flag set in CONTEXT_FLAGS. 47 48Revision History 49 50 Revision 1, 30 September, 2016 (Adam Czupryna) 51 - Intial version; 52