Fixed compilation errors resulting from updated git submodules.
This commit is contained in:
@@ -218,6 +218,16 @@ const TBuiltInResource DefaultTBuiltInResource = {
|
|||||||
/* .maxTaskWorkGroupSizeY_NV = */ 1,
|
/* .maxTaskWorkGroupSizeY_NV = */ 1,
|
||||||
/* .maxTaskWorkGroupSizeZ_NV = */ 1,
|
/* .maxTaskWorkGroupSizeZ_NV = */ 1,
|
||||||
/* .maxMeshViewCountNV = */ 4,
|
/* .maxMeshViewCountNV = */ 4,
|
||||||
|
/* .maxMeshOutputVerticesEXT = */ 256,
|
||||||
|
/* .maxMeshOutputPrimitivesEXT = */ 256,
|
||||||
|
/* .maxMeshWorkGroupSizeX_EXT = */ 128,
|
||||||
|
/* .maxMeshWorkGroupSizeY_EXT = */ 128,
|
||||||
|
/* .maxMeshWorkGroupSizeZ_EXT = */ 128,
|
||||||
|
/* .maxTaskWorkGroupSizeX_EXT = */ 128,
|
||||||
|
/* .maxTaskWorkGroupSizeY_EXT = */ 128,
|
||||||
|
/* .maxTaskWorkGroupSizeZ_EXT = */ 128,
|
||||||
|
/* .maxMeshViewCountEXT = */ 4,
|
||||||
|
/* .maxDualSourceDrawBuffersEXT = */ 1,
|
||||||
|
|
||||||
/* .limits = */ {
|
/* .limits = */ {
|
||||||
/* .nonInductiveForLoops = */ 1,
|
/* .nonInductiveForLoops = */ 1,
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ KRSurface::KRSurface(KRContext& context)
|
|||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
, m_hWnd(hWnd)
|
, m_hWnd(hWnd)
|
||||||
#endif
|
#endif
|
||||||
, m_deviceHandle(VK_NULL_HANDLE)
|
, m_deviceHandle(0)
|
||||||
, m_surface(VK_NULL_HANDLE)
|
, m_surface(VK_NULL_HANDLE)
|
||||||
, m_imageAvailableSemaphores{VK_NULL_HANDLE}
|
, m_imageAvailableSemaphores{VK_NULL_HANDLE}
|
||||||
, m_renderFinishedSemaphores{VK_NULL_HANDLE}
|
, m_renderFinishedSemaphores{VK_NULL_HANDLE}
|
||||||
|
|||||||
Reference in New Issue
Block a user