mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Removed NotImplemented call
This commit is contained in:
@@ -115,7 +115,6 @@ namespace GlitchyEngine.Renderer
|
|||||||
_context.nativeContext.Map(nativeBuffer, 0, (.)mapType, .None, &map);
|
_context.nativeContext.Map(nativeBuffer, 0, (.)mapType, .None, &map);
|
||||||
Internal.MemCpy(((uint8*)map.Data) + dstByteOffset, data, byteLength);
|
Internal.MemCpy(((uint8*)map.Data) + dstByteOffset, data, byteLength);
|
||||||
_context.nativeContext.Unmap(nativeBuffer, 0);
|
_context.nativeContext.Unmap(nativeBuffer, 0);
|
||||||
Runtime.NotImplemented();
|
|
||||||
case .Immutable:
|
case .Immutable:
|
||||||
Log.EngineLogger.Error("Can't set the data of an immutable resource.");
|
Log.EngineLogger.Error("Can't set the data of an immutable resource.");
|
||||||
return .Err;
|
return .Err;
|
||||||
|
|||||||
Reference in New Issue
Block a user